Migz PLugin
Remove leftover "response.infoLog += `first`" from previous debugging.
This commit is contained in:
parent
1a7d1cafc9
commit
34ce463fc8
@ -116,7 +116,6 @@ function plugin(file, librarySettings, inputs) {
|
||||
try {
|
||||
// Look for audio with "und" as metadata language.
|
||||
if (file.ffProbeData.streams[i].tags.language.toLowerCase().includes('und')) {
|
||||
response.infoLog += `first`
|
||||
ffmpegCommandInsert += `-metadata:s:a:${audioIdx} language=${inputs.tag_language} `
|
||||
response.infoLog += `☒Audio stream detected as having unknown language tagged, tagging as ${inputs.tag_language}. \n`
|
||||
convert = true
|
||||
|
||||
Loading…
Reference in New Issue
Block a user