We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 333644a commit b527c2dCopy full SHA for b527c2d
src/backend/storeManagers/steam/library.ts
@@ -34,12 +34,6 @@ export async function getOwnedGames(
34
})
35
return []
36
}
37
- if (isMac) {
38
- logWarning('getOwnedGames is not supported on macOS', {
39
- prefix: LogPrefix.Steam
40
- })
41
- return []
42
- }
43
44
const url = new URL(
45
'https://api.steampowered.com/IPlayerService/GetOwnedGames/v0001/?format=json&include_appinfo=true'
0 commit comments