mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-04 02:05:06 +02:00
Fix:Make m4b embed cover image
This commit is contained in:
parent
da2d1455d7
commit
d900093976
1 changed files with 4 additions and 0 deletions
|
@ -141,6 +141,10 @@ class AbMergeManager {
|
|||
'TrackNumber': 1,
|
||||
}
|
||||
|
||||
if (libraryItem.media.coverPath) {
|
||||
task.data.toneJsonObject['CoverFile'] = libraryItem.media.coverPath
|
||||
}
|
||||
|
||||
const workerData = {
|
||||
inputs: ffmpegInputs,
|
||||
options: ffmpegOptions,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue