feat: persist playtime that failed to sync on leveldb

This commit is contained in:
Zamitto
2025-05-22 13:11:32 -03:00
parent f9d5cfce73
commit 772aea69a9
4 changed files with 59 additions and 22 deletions

View File

@@ -34,6 +34,7 @@ export interface Game {
title: string;
iconUrl: string | null;
playTimeInMilliseconds: number;
unsyncedDeltaPlayTimeInMilliseconds?: number;
lastTimePlayed: Date | null;
objectId: string;
shop: GameShop;