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

@ -26,7 +26,7 @@ const startGameDownload = async (
});
const downloader = userPreferences?.realDebridApiToken
? Downloader.Http
? Downloader.RealDebrid
: Downloader.Torrent;
const [game, repack] = await Promise.all([