mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-19 01:03:57 +00:00
feat: migrating games to level
This commit is contained in:
@@ -33,7 +33,6 @@ export interface User {
|
||||
export interface Game {
|
||||
title: string;
|
||||
iconUrl: string | null;
|
||||
status: GameStatus | null;
|
||||
playTimeInMilliseconds: number;
|
||||
lastTimePlayed: Date | null;
|
||||
objectId: string;
|
||||
@@ -58,6 +57,8 @@ export interface Download {
|
||||
lastTimePlayed: Date | null;
|
||||
fileSize: number;
|
||||
shouldSeed: boolean;
|
||||
// TODO: Rename to DownloadStatus
|
||||
status: GameStatus | null;
|
||||
timestamp: number;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user