feat: adding proper path for real debrid downloads

This commit is contained in:
Hydra 2024-05-07 15:42:09 +01:00
commit 5ec56bda5b
No known key found for this signature in database
16 changed files with 279 additions and 214 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([