mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: updating real-debrid translations
This commit is contained in:
parent
183b85d66a
commit
08a336b392
38 changed files with 284 additions and 228 deletions
|
@ -115,9 +115,6 @@ export interface DownloadProgress {
|
|||
numPeers: number;
|
||||
numSeeds: number;
|
||||
isDownloadingMetadata: boolean;
|
||||
progress: number;
|
||||
bytesDownloaded: number;
|
||||
fileSize: number;
|
||||
game: Omit<Game, "repacks">;
|
||||
}
|
||||
|
||||
|
@ -197,7 +194,18 @@ export interface RealDebridTorrentInfo {
|
|||
host: string;
|
||||
split: number;
|
||||
progress: number;
|
||||
status: string;
|
||||
status:
|
||||
| "magnet_error"
|
||||
| "magnet_conversion"
|
||||
| "waiting_files_selection"
|
||||
| "queued"
|
||||
| "downloading"
|
||||
| "downloaded"
|
||||
| "error"
|
||||
| "virus"
|
||||
| "compressing"
|
||||
| "uploading"
|
||||
| "dead";
|
||||
added: string;
|
||||
files: {
|
||||
id: number;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue