feat: adding libtorrent again

This commit is contained in:
Chubby Granny Chaser
2024-06-27 14:54:02 +01:00
parent 906e801036
commit ccd1d18981

View File

@@ -20,7 +20,7 @@ const signOut = async (_event: Electron.IpcMainInvokeEvent) => {
});
/* Disconnects aria2 */
DownloadManager.disconnect();
DownloadManager.kill();
await Promise.all([
databaseOperations,