Update checking empty series to load from Db

This commit is contained in:
advplyr 2023-08-17 17:58:57 -05:00
parent 361732a463
commit 7222171c5b
3 changed files with 41 additions and 12 deletions

View file

@ -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()