Skip to content

Commit

Permalink
Merge pull request #526 from DoNotResuscitate/patch-1
Browse files Browse the repository at this point in the history
fix(#277): Update Tdarr_Plugin_sdd3_Remove_Commentary_Tracks.js
  • Loading branch information
HaveAGitGat authored Nov 7, 2023
2 parents e6adced + 5ac1b62 commit baef887
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 baef887

Please sign in to comment.