mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-03-01 05:29:41 +00:00
Update library item example route
This commit is contained in:
parent
54ca58e610
commit
258b9ec54e
2 changed files with 77 additions and 4 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue