mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
All-debrid API key + ui
Adds ui changes for alldebrid implementation, checks the api key and saves it with encryption like the real debrid implementation
This commit is contained in:
parent
110131f1d6
commit
2a4221e787
15 changed files with 286 additions and 6 deletions
|
@ -174,3 +174,11 @@ export interface SeedingStatus {
|
|||
status: DownloadStatus;
|
||||
uploadSpeed: number;
|
||||
}
|
||||
|
||||
/* All-Debrid */
|
||||
export interface AllDebridUser {
|
||||
username: string;
|
||||
email: string;
|
||||
isPremium: boolean;
|
||||
premiumUntil: string;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue