Merge pull request #157 from 17hoehbr/master

#156
This commit is contained in:
HaveAGitGat 2021-08-12 19:42:17 +02:00 committed by GitHub
commit 62b9fc1dc0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,7 +48,7 @@ function plugin(file) {
try {
if (
file.ffProbeData.streams[i].channels >= 6 &&
file.ffProbeData.streams[i].channels == 6 &&
file.ffProbeData.streams[i].codec_name !== "ac3" &&
file.ffProbeData.streams[i].codec_type.toLowerCase() == "audio"
) {