Update library item example route

This commit is contained in:
advplyr 2023-03-19 17:41:27 -05:00
parent 54ca58e610
commit 258b9ec54e
2 changed files with 77 additions and 4 deletions

View file

@ -104,7 +104,7 @@ class Server {
await this.playbackSessionManager.removeOrphanStreams()
// TODO: Test new db connection
const force = true
const force = false
await Database.init(force)
if (force) await dbMigration3.migrate()