mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-04 10:14:36 +02:00
Updates to metadata file format changing, use chapters from metadata file
This commit is contained in:
parent
81d4ac3ed2
commit
3c406c12b4
6 changed files with 93 additions and 23 deletions
|
@ -111,8 +111,8 @@ class Scanner {
|
|||
}
|
||||
|
||||
if (hasUpdated) {
|
||||
SocketAuthority.emitter('item_updated', libraryItem.toJSONExpanded())
|
||||
await this.db.updateLibraryItem(libraryItem)
|
||||
SocketAuthority.emitter('item_updated', libraryItem.toJSONExpanded())
|
||||
return ScanResult.UPDATED
|
||||
}
|
||||
return ScanResult.UPTODATE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue