fix: merging conflict

This commit is contained in:
Moyasee
2025-11-11 01:23:37 +02:00
parent f0e4d241f9
commit 860030a510
2 changed files with 9 additions and 1 deletions

View File

@@ -17,6 +17,7 @@ import {
Lock,
DeckyPlugin,
DownloadSourcesChecker,
WSClient,
} from "@main/services";
import { migrateDownloadSources } from "./helpers/migrate-download-sources";
@@ -60,7 +61,8 @@ export const loadState = async () => {
// Check for new download options on startup
DownloadSourcesChecker.checkForChanges();
// WSClient.connect();
WSClient.connect();
});
const downloads = await downloadsSublevel