feat: adding aria2c

This commit is contained in:
Chubby Granny Chaser 2024-11-28 19:12:47 +00:00
parent 4060f7a1a6
commit fe8f962fb0
No known key found for this signature in database

View File

@ -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);
}