mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: adding torbox integration
This commit is contained in:
parent
83e662f633
commit
201d89e2c4
9 changed files with 58 additions and 19 deletions
|
@ -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 [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue