mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-01-16 19:08:42 +01:00
Fix:Make m4b embed cover image
This commit is contained in:
parent
da2d1455d7
commit
d900093976
@ -141,6 +141,10 @@ class AbMergeManager {
|
|||||||
'TrackNumber': 1,
|
'TrackNumber': 1,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (libraryItem.media.coverPath) {
|
||||||
|
task.data.toneJsonObject['CoverFile'] = libraryItem.media.coverPath
|
||||||
|
}
|
||||||
|
|
||||||
const workerData = {
|
const workerData = {
|
||||||
inputs: ffmpegInputs,
|
inputs: ffmpegInputs,
|
||||||
options: ffmpegOptions,
|
options: ffmpegOptions,
|
||||||
|
Loading…
Reference in New Issue
Block a user