feat: adding time played / last played

This commit is contained in:
Zamitto 2024-06-14 14:46:30 -03:00
parent d05150a078
commit fa2a92d5ed
6 changed files with 70 additions and 13 deletions

View file

@ -91,6 +91,8 @@ export interface ProfileGame {
title: string;
iconUrl;
string?;
playTimeInSeconds: number;
lastTimePlayed: Date | null;
}
export interface DownloadQueue {