mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-14 07:49:37 +00:00
Update checking empty series to load from Db
This commit is contained in:
parent
361732a463
commit
7222171c5b
3 changed files with 41 additions and 12 deletions
|
|
@ -114,7 +114,6 @@ class Server {
|
|||
|
||||
await this.backupManager.init()
|
||||
await this.logManager.init()
|
||||
await this.apiRouter.checkRemoveEmptySeries(Database.series) // Remove empty series
|
||||
await this.rssFeedManager.init()
|
||||
|
||||
const libraries = await Database.models.library.getAllOldLibraries()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue