make-only-subtitle-default
HaveAGitGat 4 years ago committed by GitHub
parent c01d5db9e5
commit da397edeb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -60,7 +60,7 @@ const plugin = (file, librarySettings, inputs, otherArguments) => {
audioIdx += 1;
// Check if audio track is 2 channel.
if (file.ffProbeData.streams[i].channels === '2') {
if (file.ffProbeData.streams[i].channels === 2) {
// Check if audio6Idx or audio8Idx do NOT equal 0.
// If so then it means a 6 or 8 channel audio track has already appeared before the 2 channel audio track
// So file needs to be organized.

Loading…
Cancel
Save