diff --git a/src/lib/controllers/SteamController.ts b/src/lib/controllers/SteamController.ts index d38b566..645e30f 100644 --- a/src/lib/controllers/SteamController.ts +++ b/src/lib/controllers/SteamController.ts @@ -348,7 +348,7 @@ export class SteamController { }); nonSteamGames.set(structuredShortcuts); - // ! this seems to be a big issue + const filteredCache = await SteamController.getCacheData(structuredShortcuts, gridsDir, gridDirContents, libraryCacheDir, libraryCacheContents); const filteredKeys = Object.keys(filteredCache);