mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-09 23:48:15 -07:00
Migz Plugins
Correct typo in CleanSubs plugin. Thanks zzeneg for spotting this.
This commit is contained in:
parent
8f123d18a2
commit
2836112150
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue