We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2114eb1 commit 8d491a3Copy full SHA for 8d491a3
src/backend/storeManagers/gog/library.ts
@@ -970,7 +970,7 @@ export async function gogToUnifiedInfo(
970
is_installed: false,
971
namespace: galaxyProductInfo?.slug,
972
save_folder: '',
973
- title: galaxyProductInfo?.title ?? info.game.title['en-US'] ?? '',
+ title: (galaxyProductInfo?.title ?? info.game.title['en-US'] ?? '').trim(),
974
canRunOffline: true,
975
is_mac_native: Boolean(
976
info.supported_operating_systems.find((os) => os.slug === 'osx')
0 commit comments