mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-02 16:23:48 +03:00
feat: adding aria2c
This commit is contained in:
parent
4060f7a1a6
commit
fe8f962fb0
@ -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…
Reference in New Issue
Block a user