feat: using aria2 for http downloads

This commit is contained in:
Chubby Granny Chaser 2024-07-02 15:33:26 +01:00
parent 8eca067aed
commit a39082d326
No known key found for this signature in database
18 changed files with 3014 additions and 156 deletions

View file

@ -84,7 +84,7 @@ export class DownloadManager {
static async cancelDownload(gameId: number) {
if (this.currentDownloader === Downloader.RealDebrid) {
RealDebridDownloader.cancelDownload();
RealDebridDownloader.cancelDownload(gameId);
} else {
TorrentDownloader.cancelDownload(gameId);
}