mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-14 20:22:10 +00:00
feat: adding libtorrent again
This commit is contained in:
parent
906e801036
commit
ccd1d18981
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ const signOut = async (_event: Electron.IpcMainInvokeEvent) => {
|
|||
});
|
||||
|
||||
/* Disconnects aria2 */
|
||||
DownloadManager.disconnect();
|
||||
DownloadManager.kill();
|
||||
|
||||
await Promise.all([
|
||||
databaseOperations,
|
||||
|
|
Loading…
Reference in a new issue