feat: updating real-debrid translations

This commit is contained in:
Chubby Granny Chaser 2024-05-29 16:22:30 +01:00
parent 183b85d66a
commit 08a336b392
No known key found for this signature in database
38 changed files with 284 additions and 228 deletions

View file

@ -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;