diff --git a/src/lib/steam.ts b/src/lib/steam.ts index 5271fb2..eaf5779 100644 --- a/src/lib/steam.ts +++ b/src/lib/steam.ts @@ -28,7 +28,7 @@ export const steamUpdateNowPlaying = async () => { if (!profile.gameid) { throw "no game is being played" } - var icons = await griddbClient.getIconsBySteamAppId(profile.gameid, ['official']) + var icons = await griddbClient.getIconsBySteamAppId(profile.gameid, ['official', 'custom']) //console.log(icons) var game: LastGame = { name: profile.gameextrainfo,