fix: using achievement count data from api

This commit is contained in:
Zamitto
2025-11-11 18:15:26 -03:00
parent 436d1b74be
commit c75a6ad439
6 changed files with 17 additions and 24 deletions

View File

@@ -56,6 +56,8 @@ export interface Game {
launchOptions?: string | null;
favorite?: boolean;
isPinned?: boolean;
achievementCount?: number;
unlockedAchievementCount?: number;
pinnedDate?: Date | null;
automaticCloudSync?: boolean;
hasManuallyUpdatedPlaytime?: boolean;