mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-09 07:29:04 -07:00
fix(#277): Update Tdarr_Plugin_sdd3_Remove_Commentary_Tracks.js
This commit is contained in:
parent
e6adced839
commit
5ac1b62dbe
1 changed files with 1 additions and 0 deletions
|
|
@ -56,6 +56,7 @@ const plugin = (file, librarySettings, inputs, otherArguments) => {
|
|||
if (
|
||||
file.ffProbeData.streams[i].codec_type.toLowerCase() == "audio" &&
|
||||
file.ffProbeData.streams[i].disposition.comment == 1 ||
|
||||
file.ffProbeData.streams[i].codec_type.toLowerCase() == "audio" &&
|
||||
file.ffProbeData.streams[i].tags.title
|
||||
.toLowerCase()
|
||||
.includes("commentary")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue