mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-12 20:31:36 +00:00
Batch author numBooks updates at scan end via authors_num_books_updated
This commit is contained in:
parent
7ee5e1bdf6
commit
9d9ab49664
6 changed files with 75 additions and 17 deletions
|
|
@ -14,6 +14,8 @@ class ScanLogger {
|
|||
|
||||
/** @type {string[]} */
|
||||
this.authorsRemovedFromBooks = []
|
||||
/** @type {Set<string>} */
|
||||
this.authorsNumBooksChangedIds = new Set()
|
||||
/** @type {string[]} */
|
||||
this.seriesRemovedFromBooks = []
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue