mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-05 02:34:56 +02:00
Make required changes for mp3 embedding
This commit is contained in:
parent
6fbbc65edf
commit
a21b1f3b16
2 changed files with 41 additions and 18 deletions
|
@ -138,7 +138,7 @@ class AudioMetadataMangaer {
|
|||
}
|
||||
}
|
||||
|
||||
const success = await ffmpegHelpers.addCoverAndMetadataToFile(af.path, task.data.coverPath, ffmetadataPath, af.path)
|
||||
const success = await ffmpegHelpers.addCoverAndMetadataToFile(af.path, task.data.coverPath, ffmetadataPath, task.data.mimeType)
|
||||
if (success) {
|
||||
Logger.info(`[AudioMetadataManager] Successfully tagged audio file "${af.path}"`)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue