mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-04 10:14:36 +02:00
Forgot to update the merge
This commit is contained in:
parent
586c8a550a
commit
3824154c15
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ class AbMergeManager {
|
|||
var toneJsonPath = null
|
||||
try {
|
||||
toneJsonPath = Path.join(itemCacheDir, 'metadata.json')
|
||||
await toneHelpers.writeToneMetadataJsonFile(libraryItem, toneJsonPath)
|
||||
await toneHelpers.writeToneMetadataJsonFile(libraryItem, libraryItem.media.chapters, toneJsonPath)
|
||||
} catch (error) {
|
||||
Logger.error(`[AudioMetadataManager] Write metadata.json failed`, error)
|
||||
toneJsonPath = null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue