mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-23 02:41:02 +00:00
feat: added fields in entities to support rar decompression progress, and real debrid api token settings
This commit is contained in:
@@ -84,6 +84,7 @@ export interface Game extends Omit<CatalogueEntry, "cover"> {
|
||||
repack: GameRepack;
|
||||
progress: number;
|
||||
fileVerificationProgress: number;
|
||||
decompressionProgress: number;
|
||||
bytesDownloaded: number;
|
||||
playTimeInMilliseconds: number;
|
||||
executablePath: string | null;
|
||||
@@ -107,6 +108,7 @@ export interface UserPreferences {
|
||||
downloadNotificationsEnabled: boolean;
|
||||
repackUpdatesNotificationsEnabled: boolean;
|
||||
telemetryEnabled: boolean;
|
||||
realDebridApiToken: string | null;
|
||||
}
|
||||
|
||||
export interface HowLongToBeatCategory {
|
||||
|
||||
Reference in New Issue
Block a user