Playlist Card + Safe Args

This commit is contained in:
MasterAcnolo
2025-11-14 13:02:55 +01:00
parent abf776175c
commit 96c1c6717d
5 changed files with 146 additions and 9 deletions

View File

@@ -3,7 +3,7 @@ const { app, BrowserWindow, ipcMain, dialog, Menu, shell } = require("electron")
const path = require("path");
const os = require("os");
const { logger, logSessionStart, logSessionEnd, logDir } = require("./server/logger");
const {AutoUpdater} = require("./server/autoupdate.js");
const {AutoUpdater} = require("./server/update.js");
const gotLock = app.requestSingleInstanceLock();
let mainWindow;