mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-22 10:38:48 +02:00
Add:Item metadata utils config page for managing tags #1163
This commit is contained in:
parent
54b41b15c2
commit
4d93e39fa9
8 changed files with 287 additions and 3 deletions
|
@ -233,7 +233,7 @@ class Db {
|
|||
return null
|
||||
}))
|
||||
|
||||
var libraryItemIds = libraryItems.map(li => li.id)
|
||||
const libraryItemIds = libraryItems.map(li => li.id)
|
||||
return this.libraryItemsDb.update((record) => libraryItemIds.includes(record.id), (record) => {
|
||||
return libraryItems.find(li => li.id === record.id)
|
||||
}).then((results) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue