commentary fix
This commit is contained in:
parent
c8c17126fe
commit
c99676ec76
@ -65,7 +65,7 @@ function plugin(file) {
|
|||||||
|
|
||||||
try {
|
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++
|
AC3CommentaryCount++
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user