Merge branch 'ci/rust-rpc' of github.com:hydralauncher/hydra into feat/hydra-debrid

This commit is contained in:
Chubby Granny Chaser
2025-04-12 20:27:21 +01:00
3 changed files with 6 additions and 4 deletions

View File

@@ -314,6 +314,8 @@ export class DownloadManager {
url: downloadLink,
save_path: download.downloadPath,
header: `Cookie: accountToken=${token}`,
allow_multiple_connections: true,
connections_limit: 8,
};
}
case Downloader.PixelDrain: {