Skip to content

Commit b527c2d

Browse files
committed
fix: remove macOS warning from getOwnedGames function
1 parent 333644a commit b527c2d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/backend/storeManagers/steam/library.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,6 @@ export async function getOwnedGames(
3434
})
3535
return []
3636
}
37-
if (isMac) {
38-
logWarning('getOwnedGames is not supported on macOS', {
39-
prefix: LogPrefix.Steam
40-
})
41-
return []
42-
}
4337

4438
const url = new URL(
4539
'https://api.steampowered.com/IPlayerService/GetOwnedGames/v0001/?format=json&include_appinfo=true'

0 commit comments

Comments
 (0)