mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-09 15:38:19 -07:00
commentary fix
This commit is contained in:
parent
c8c17126fe
commit
c99676ec76
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ function plugin(file) {
|
|||
|
||||
try {
|
||||
|
||||
if (file.ffProbeData.streams[i].codec_name.toLowerCase() == "ac3" && file.ffProbeData.streams[i].tags.title.toLowerCase() == "commentary") {
|
||||
if (file.ffProbeData.streams[i].codec_name.toLowerCase() == "ac3" && file.ffProbeData.streams[i].tags.title.toLowerCase().includes("commentary")) {
|
||||
|
||||
AC3CommentaryCount++
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue