feat: adding torbox integration

This commit is contained in:
Chubby Granny Chaser 2024-12-25 21:39:59 +00:00
parent 83e662f633
commit 201d89e2c4
No known key found for this signature in database
9 changed files with 58 additions and 19 deletions

View file

@ -92,7 +92,7 @@ export const getDownloadersForUri = (uri: string) => {
return [Downloader.RealDebrid];
if (uri.startsWith("magnet:")) {
return [Downloader.Torrent, Downloader.RealDebrid];
return [Downloader.Torrent, Downloader.TorBox, Downloader.RealDebrid];
}
return [];