mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-12 18:35:00 +02:00
Update new library scanner to check for cover images and ebooks
This commit is contained in:
parent
2c8448d147
commit
f8f94f2a6d
4 changed files with 114 additions and 6 deletions
|
@ -13,6 +13,7 @@ class LibraryScan {
|
|||
constructor() {
|
||||
this.id = null
|
||||
this.type = null
|
||||
/** @type {import('../objects/Library')} */
|
||||
this.library = null
|
||||
this.verbose = false
|
||||
|
||||
|
@ -117,7 +118,7 @@ class LibraryScan {
|
|||
}
|
||||
|
||||
if (this.verbose) {
|
||||
Logger.debug(`[LibraryScan] "${this.libraryName}":`, args)
|
||||
Logger.debug(`[LibraryScan] "${this.libraryName}":`, ...args)
|
||||
}
|
||||
this.logs.push(logObj)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue