feat: adding sources migration

This commit is contained in:
Chubby Granny Chaser
2025-10-26 23:22:20 +00:00
parent 7c272aeed8
commit 87a57f7a37
7 changed files with 43 additions and 12 deletions

View File

@@ -17,6 +17,7 @@ import {
Lock,
DeckyPlugin,
} from "@main/services";
import { migrateDownloadSources } from "./helpers/migrate-download-sources";
export const loadState = async () => {
await Lock.acquireLock();
@@ -51,6 +52,7 @@ export const loadState = async () => {
await HydraApi.setupApi().then(() => {
uploadGamesBatch();
void migrateDownloadSources();
// WSClient.connect();
});