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

@ -66,7 +66,7 @@ export function Downloads() {
};
const downloaderName = {
[Downloader.Http]: t("real_debrid"),
[Downloader.RealDebrid]: t("real_debrid"),
[Downloader.Torrent]: t("torrent"),
};