fix: merge with ci

This commit is contained in:
Chubby Granny Chaser
2025-04-12 19:58:18 +01:00
23 changed files with 3169 additions and 367 deletions

View File

@@ -372,6 +372,7 @@ export class DownloadManager {
game_id: downloadId,
url: downloadUrl,
save_path: download.downloadPath,
allow_multiple_connections: true,
};
}
case Downloader.TorBox: {
@@ -384,6 +385,7 @@ export class DownloadManager {
url,
save_path: download.downloadPath,
out: name,
allow_multiple_connections: true,
};
}
case Downloader.Hydra: {
@@ -398,6 +400,7 @@ export class DownloadManager {
game_id: downloadId,
url: downloadUrl,
save_path: download.downloadPath,
allow_multiple_connections: true,
};
}
}