diff --git a/server/internal/library/index.ts b/server/internal/library/index.ts index 56bed15..6c68be7 100644 --- a/server/internal/library/index.ts +++ b/server/internal/library/index.ts @@ -108,7 +108,11 @@ class LibraryManager { async fetchGamesWithStatus() { const games = await prisma.game.findMany({ include: { - versions: true, + versions: { + omit: { + dropletManifest: true, + }, + }, library: true, }, orderBy: {