Merge pull request #153 from zachg99/master

Fixed a typo causing NaN bitrates
make-only-subtitle-default
HaveAGitGat 4 years ago committed by GitHub
commit bff9727496
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -761,7 +761,7 @@ function findMediaInfoItem(file, index) {
currMIOrder = file.mediaInfo.track[i].ID - 1;
}
if (currMIOrder == index|| currMIOrder == "0-" + index) {
if (currMIOrder == index || currMIOrder == "0-" + index) {
return i;
}
}

Loading…
Cancel
Save