mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-20 17:53:55 +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:
@@ -26,7 +26,7 @@ const startGameDownload = async (
|
||||
});
|
||||
|
||||
const downloader = userPreferences?.realDebridApiToken
|
||||
? Downloader.Http
|
||||
? Downloader.RealDebrid
|
||||
: Downloader.Torrent;
|
||||
|
||||
const [game, repack] = await Promise.all([
|
||||
|
||||
Reference in New Issue
Block a user