mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-15 04:32:13 +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);
|
||||
}
|
||||
|
||||
static async resumeSeeding(gameId: number, magnet: string, savePath: string) {
|
||||
static async resumeSeeding(
|
||||
_gameId: number,
|
||||
_magnet: string,
|
||||
_savePath: string
|
||||
) {
|
||||
// await TorrentDownloader.resumeSeeding(gameId, magnet, savePath);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue