mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
refactor: rename of the http downloader to real debrid downloader given that it only supports downloading games through real debrid
This commit is contained in:
parent
73c65640e1
commit
9cd8188f06
6 changed files with 40 additions and 41 deletions
|
@ -9,7 +9,7 @@ export enum GameStatus {
|
|||
}
|
||||
|
||||
export enum Downloader {
|
||||
Http,
|
||||
RealDebrid,
|
||||
Torrent,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue