mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-13 09:20:27 -07:00
Migz PLugin
Remove leftover "response.infoLog += `first`" from previous debugging.
This commit is contained in:
parent
1a7d1cafc9
commit
34ce463fc8
1 changed files with 0 additions and 1 deletions
|
|
@ -116,7 +116,6 @@ function plugin(file, librarySettings, inputs) {
|
||||||
try {
|
try {
|
||||||
// Look for audio with "und" as metadata language.
|
// Look for audio with "und" as metadata language.
|
||||||
if (file.ffProbeData.streams[i].tags.language.toLowerCase().includes('und')) {
|
if (file.ffProbeData.streams[i].tags.language.toLowerCase().includes('und')) {
|
||||||
response.infoLog += `first`
|
|
||||||
ffmpegCommandInsert += `-metadata:s:a:${audioIdx} language=${inputs.tag_language} `
|
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`
|
response.infoLog += `☒Audio stream detected as having unknown language tagged, tagging as ${inputs.tag_language}. \n`
|
||||||
convert = true
|
convert = true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue