mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-02 11:01:48 +02:00
Add new library item scanner
This commit is contained in:
@@ -45,6 +45,11 @@ class Database {
|
||||
return this.models.library
|
||||
}
|
||||
|
||||
/** @type {typeof import('./models/LibraryFolder')} */
|
||||
get libraryFolderModel() {
|
||||
return this.models.libraryFolder
|
||||
}
|
||||
|
||||
/** @type {typeof import('./models/Author')} */
|
||||
get authorModel() {
|
||||
return this.models.author
|
||||
|
||||
Reference in New Issue
Block a user