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