From 283611215084f79aed7d60b53dc4fa737fa75507 Mon Sep 17 00:00:00 2001 From: Migz93 <33037112+Migz93@users.noreply.github.com> Date: Sat, 23 May 2020 12:23:44 +0100 Subject: [PATCH] Migz Plugins Correct typo in CleanSubs plugin. Thanks zzeneg for spotting this. --- Community/Tdarr_Plugin_MC93_Migz4CleanSubs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Community/Tdarr_Plugin_MC93_Migz4CleanSubs.js b/Community/Tdarr_Plugin_MC93_Migz4CleanSubs.js index 6a5e25a..dd8d7c7 100644 --- a/Community/Tdarr_Plugin_MC93_Migz4CleanSubs.js +++ b/Community/Tdarr_Plugin_MC93_Migz4CleanSubs.js @@ -109,7 +109,7 @@ function plugin(file, librarySettings, inputs) { file.ffProbeData.streams[i].tags.title.toLowerCase().includes("sdh")) ) { ffmpegCommandInsert += `-map -0:s:${subtitleIdx} `; - response.infoLog += `☒Subtitle stream detected as being Commentary or Description, removing. Subtitle stream 0:s:${SubtitleIdx} - ${file.ffProbeData.streams[i].tags.title}. \n`; + response.infoLog += `☒Subtitle stream detected as being Commentary or Description, removing. Subtitle stream 0:s:${subtitleIdx} - ${file.ffProbeData.streams[i].tags.title}. \n`; convert = true; } } catch (err) {}