mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
Clean garbage
This commit is contained in:
parent
fa9b6f0d38
commit
c0964d96a1
4 changed files with 3 additions and 50 deletions
|
@ -181,31 +181,4 @@ export interface AllDebridUser {
|
|||
email: string;
|
||||
isPremium: boolean;
|
||||
premiumUntil: string;
|
||||
}
|
||||
|
||||
export enum Downloader {
|
||||
Gofile = "gofile",
|
||||
PixelDrain = "pixeldrain",
|
||||
Qiwi = "qiwi",
|
||||
Datanodes = "datanodes",
|
||||
Mediafire = "mediafire",
|
||||
Torrent = "torrent",
|
||||
RealDebrid = "realdebrid",
|
||||
AllDebrid = "alldebrid",
|
||||
TorBox = "torbox",
|
||||
}
|
||||
|
||||
export enum DownloadError {
|
||||
NotCachedInRealDebrid = "not_cached_in_realdebrid",
|
||||
NotCachedInAllDebrid = "not_cached_in_alldebrid",
|
||||
// ... alte erori existente
|
||||
}
|
||||
|
||||
export interface GamePayload {
|
||||
action: string;
|
||||
game_id: string;
|
||||
url: string | string[]; // Modificăm pentru a accepta și array de URL-uri
|
||||
save_path: string;
|
||||
header?: string;
|
||||
out?: string;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue