Skip to content

Commit ee19517

Browse files
Luckiboppreh
authored andcommitted
SteamGridDB now supports logos
1 parent bf35ee3 commit ee19517

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

download.go

+1-2
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,7 @@ func getSteamGridDBImage(game *Game, artStyleExtensions []string, steamGridDBApi
142142
case ".hero":
143143
baseUrl = SteamGridDBBaseURL + "/heroes"
144144
case ".logo":
145-
// not yet supported
146-
return "", nil
145+
baseUrl = SteamGridDBBaseURL + "/logos"
147146
}
148147
url := baseUrl + "/steam/" + game.ID + filter
149148

0 commit comments

Comments
 (0)