Skip to content

Commit 3a9fceb

Browse files
authored
[GOG] Fix url for horizontal images for GOG downloads (#2661)
Fix url for horizontal images for GOG downloads
1 parent aa035cf commit 3a9fceb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/storeManagers/gog/library.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@ export async function gogToUnifiedInfo(
706706
store_url: `https://gog.com${info.url}`,
707707
developer: '',
708708
app_name: String(info.id),
709-
art_cover: info.image,
709+
art_cover: `https:${info.image}.jpg`,
710710
art_square: fallBackImage,
711711
cloud_save_enabled: cloudSavesEnabledGames.includes(String(info.id)),
712712
extra: {

0 commit comments

Comments
 (0)