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:
lilezek 2024-05-06 10:53:18 +02:00
parent 73c65640e1
commit 9cd8188f06
6 changed files with 40 additions and 41 deletions

View file

@ -9,7 +9,7 @@ export enum GameStatus {
}
export enum Downloader {
Http,
RealDebrid,
Torrent,
}