mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-10 05:49:37 +00:00
Fix:Embed metadata tool embed ASIN, SERIES and SERIESPART #1794
This commit is contained in:
parent
4dba95c000
commit
1da471e136
3 changed files with 36 additions and 8 deletions
|
|
@ -112,7 +112,7 @@ class AbMergeManager {
|
|||
let toneJsonPath = null
|
||||
try {
|
||||
toneJsonPath = Path.join(task.data.itemCachePath, 'metadata.json')
|
||||
await toneHelpers.writeToneMetadataJsonFile(libraryItem, libraryItem.media.chapters, toneJsonPath, 1)
|
||||
await toneHelpers.writeToneMetadataJsonFile(libraryItem, libraryItem.media.chapters, toneJsonPath, 1, 'audio/mp4')
|
||||
} catch (error) {
|
||||
Logger.error(`[AbMergeManager] Write metadata.json failed`, error)
|
||||
toneJsonPath = null
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue