Skip to content

Commit

Permalink
fix(#277): Update Tdarr_Plugin_sdd3_Remove_Commentary_Tracks.js
Browse files Browse the repository at this point in the history
  • Loading branch information
DoNotResuscitate authored Nov 3, 2023
1 parent e6adced commit 5ac1b62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Community/Tdarr_Plugin_sdd3_Remove_Commentary_Tracks.js
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 5ac1b62

Please sign in to comment.