From 3e4b2c7126c38bf7479d7d8c3bab90f10d2bccf5 Mon Sep 17 00:00:00 2001 From: HaveAGitGat <43864057+HaveAGitGat@users.noreply.github.com> Date: Wed, 15 Apr 2020 13:09:07 +0100 Subject: [PATCH] Info log channel typo --- Community/Tdarr_Plugin_MC93_Migz5ConvertAudio.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Community/Tdarr_Plugin_MC93_Migz5ConvertAudio.js b/Community/Tdarr_Plugin_MC93_Migz5ConvertAudio.js index 4950a49..3e5dc00 100644 --- a/Community/Tdarr_Plugin_MC93_Migz5ConvertAudio.js +++ b/Community/Tdarr_Plugin_MC93_Migz5ConvertAudio.js @@ -84,7 +84,7 @@ function plugin(file, librarySettings, inputs) { if (inputs.downmix.toLowerCase() == "true") { if (has8Channel == true && has6Channel == false && file.ffProbeData.streams[i].channels == "8") { ffmpegCommandInsert += `-map 0:${i} -c:a:${audioIdx} ac3 -ac 6 -metadata:s:a:${audioIdx} title="5.1 " ` - response.infoLog += "☒Audio track is 8 channel, no 6 channel exists. Creating 2 channel from 6 channel. \n" + response.infoLog += "☒Audio track is 8 channel, no 6 channel exists. Creating 2 channel from 8 channel. \n" convert = true } if (has6Channel == true && has2Channel == false && file.ffProbeData.streams[i].channels == "6") {