mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-18 00:33:59 +00:00
feat: adding aria2c
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user