mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: adding aria2c
This commit is contained in:
parent
4060f7a1a6
commit
fe8f962fb0
1 changed files with 6 additions and 2 deletions
|
@ -200,11 +200,15 @@ export class DownloadManager {
|
||||||
// );
|
// );
|
||||||
}
|
}
|
||||||
|
|
||||||
static async pauseSeeding(gameId: number) {
|
static async pauseSeeding(_gameId: number) {
|
||||||
// await TorrentDownloader.pauseSeeding(gameId);
|
// await TorrentDownloader.pauseSeeding(gameId);
|
||||||
}
|
}
|
||||||
|
|
||||||
static async resumeSeeding(gameId: number, magnet: string, savePath: string) {
|
static async resumeSeeding(
|
||||||
|
_gameId: number,
|
||||||
|
_magnet: string,
|
||||||
|
_savePath: string
|
||||||
|
) {
|
||||||
// await TorrentDownloader.resumeSeeding(gameId, magnet, savePath);
|
// await TorrentDownloader.resumeSeeding(gameId, magnet, savePath);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue