mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-05 06:54:59 +02:00
Add:Experimental embed metadata in audio files #141
This commit is contained in:
parent
5f0f8b92d1
commit
84c12a6e7e
9 changed files with 252 additions and 19 deletions
|
@ -39,7 +39,7 @@ async function runFfmpeg() {
|
|||
ffmpegCommand.on('stderr', (stdErrline) => {
|
||||
parentPort.postMessage({
|
||||
type: 'FFMPEG',
|
||||
level: 'error',
|
||||
level: 'debug',
|
||||
log: '[DownloadWorker] Ffmpeg Stderr: ' + stdErrline
|
||||
})
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue