mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: added fields in entities to support rar decompression progress, and real debrid api token settings
This commit is contained in:
parent
6fa4c178a7
commit
3ef2f87412
5 changed files with 34 additions and 5 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue