mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-15 04:32:13 +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 */
|
/* Disconnects aria2 */
|
||||||
DownloadManager.disconnect();
|
DownloadManager.kill();
|
||||||
|
|
||||||
await Promise.all([
|
await Promise.all([
|
||||||
databaseOperations,
|
databaseOperations,
|
||||||
|
|
Loading…
Reference in a new issue