mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-06-29 05:26:16 +02:00
Update new library scanner to check for cover images and ebooks
This commit is contained in:
@@ -25,8 +25,11 @@ class Database {
|
||||
// Cached library filter data
|
||||
this.libraryFilterData = {}
|
||||
|
||||
/** @type {import('./objects/settings/ServerSettings')} */
|
||||
this.serverSettings = null
|
||||
/** @type {import('./objects/settings/NotificationSettings')} */
|
||||
this.notificationSettings = null
|
||||
/** @type {import('./objects/settings/EmailSettings')} */
|
||||
this.emailSettings = null
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user