mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-06-07 19:22:43 +02:00
Update library item example route
This commit is contained in:
+1
-1
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user