mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-28 21:31:03 +00:00
refactor: replace resumeSeeding with resumeDownload in torrenting event handler
This commit is contained in:
@@ -24,7 +24,7 @@ const resumeGameSeed = async (
|
||||
.update({ id: gameId }, { status: "seeding", shouldSeed: true });
|
||||
});
|
||||
|
||||
await DownloadManager.resumeSeeding(gameId, game.uri!, game.downloadPath!);
|
||||
await DownloadManager.resumeDownload(game);
|
||||
};
|
||||
|
||||
registerEvent("resumeGameSeed", resumeGameSeed);
|
||||
|
||||
Reference in New Issue
Block a user