Release 1.5.3
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user