mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-21 19:34:43 +02:00
Removing remaining legacy objects, remove njodb error for fileExists
This commit is contained in:
parent
99e2ea228d
commit
c60807f998
15 changed files with 18 additions and 2602 deletions
|
@ -117,7 +117,7 @@ class Server {
|
|||
// await this.streamManager.removeOrphanStreams()
|
||||
await this.downloadManager.removeOrphanDownloads()
|
||||
|
||||
if (version.localeCompare('1.7.3') < 0) { // Old version data model migration
|
||||
if (version.localeCompare('2.0.0') < 0) { // Old version data model migration
|
||||
await dbMigration.migrate(this.db)
|
||||
} else {
|
||||
await this.db.init()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue