We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa035cf commit 3a9fcebCopy full SHA for 3a9fceb
src/backend/storeManagers/gog/library.ts
@@ -706,7 +706,7 @@ export async function gogToUnifiedInfo(
706
store_url: `https://gog.com${info.url}`,
707
developer: '',
708
app_name: String(info.id),
709
- art_cover: info.image,
+ art_cover: `https:${info.image}.jpg`,
710
art_square: fallBackImage,
711
cloud_save_enabled: cloudSavesEnabledGames.includes(String(info.id)),
712
extra: {
0 commit comments