From c6d4b658a1e947c326639dec2283c7c48b7919c1 Mon Sep 17 00:00:00 2001 From: Chubby Granny Chaser Date: Thu, 28 Nov 2024 19:13:39 +0000 Subject: [PATCH] feat: adding aria2c --- src/main/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/main.ts b/src/main/main.ts index 29a13f11..3996996c 100644 --- a/src/main/main.ts +++ b/src/main/main.ts @@ -1,6 +1,6 @@ import { Ludusavi, startMainLoop } from "./services"; import { - downloadQueueRepository, + // downloadQueueRepository, userPreferencesRepository, } from "./repository"; import { UserPreferences } from "./entity";