Release 1.5.3

This commit is contained in:
2026-07-25 15:11:41 +01:00
parent 9ee938fd2f
commit 0e89892c94
89 changed files with 7660 additions and 542 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ async function start() {
async function syncDatabaseState() {
try {
await common.ensureSchema(pool);
await common.ensureSchema(pool, { mediaDir: MEDIA_DIR });
if (playerRuntime.snapshotAllConnections().length > 0) {
await pruneStaleOnboardingDevices(pool);