mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-09 06:15:22 +02:00
Updates to metadata file format changing, use chapters from metadata file
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user