mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: supporting queue using aria2
This commit is contained in:
parent
16a8c28935
commit
a43768ce67
4 changed files with 64 additions and 49 deletions
|
@ -63,7 +63,7 @@ export class DownloadManager {
|
|||
|
||||
static async pauseDownload() {
|
||||
if (this.currentDownloader === Downloader.RealDebrid) {
|
||||
RealDebridDownloader.pauseDownload();
|
||||
await RealDebridDownloader.pauseDownload();
|
||||
} else {
|
||||
await TorrentDownloader.pauseDownload();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue