mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-14 17:55:55 -07:00
Merge pull request #153 from zachg99/master
Fixed a typo causing NaN bitrates
This commit is contained in:
commit
bff9727496
1 changed files with 1 additions and 1 deletions
|
|
@ -761,7 +761,7 @@ function findMediaInfoItem(file, index) {
|
||||||
currMIOrder = file.mediaInfo.track[i].ID - 1;
|
currMIOrder = file.mediaInfo.track[i].ID - 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (currMIOrder == index|| currMIOrder == "0-" + index) {
|
if (currMIOrder == index || currMIOrder == "0-" + index) {
|
||||||
return i;
|
return i;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue