From a847f9370c9ed2036392c8b2457506f451643dfc Mon Sep 17 00:00:00 2001 From: Chubby Granny Chaser Date: Thu, 28 Nov 2024 19:13:15 +0000 Subject: [PATCH] feat: adding aria2c --- src/main/main.ts | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/main/main.ts b/src/main/main.ts index f28a77fa..29a13f11 100644 --- a/src/main/main.ts +++ b/src/main/main.ts @@ -1,4 +1,4 @@ -import { DownloadManager, Ludusavi, startMainLoop } from "./services"; +import { Ludusavi, startMainLoop } from "./services"; import { downloadQueueRepository, userPreferencesRepository, @@ -25,14 +25,14 @@ const loadState = async (userPreferences: UserPreferences | null) => { uploadGamesBatch(); }); - const [nextQueueItem] = await downloadQueueRepository.find({ - order: { - id: "DESC", - }, - relations: { - game: true, - }, - }); + // const [nextQueueItem] = await downloadQueueRepository.find({ + // order: { + // id: "DESC", + // }, + // relations: { + // game: true, + // }, + // }); PythonRPC.spawn(); // start download