mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-18 16:53:57 +00:00
feat: adding time played / last played
This commit is contained in:
@@ -91,6 +91,8 @@ export interface ProfileGame {
|
||||
title: string;
|
||||
iconUrl;
|
||||
string?;
|
||||
playTimeInSeconds: number;
|
||||
lastTimePlayed: Date | null;
|
||||
}
|
||||
|
||||
export interface DownloadQueue {
|
||||
|
||||
Reference in New Issue
Block a user