Skip to content

Commit

Permalink
Fix Audio Tracks Lang
Browse files Browse the repository at this point in the history
  • Loading branch information
jaruba committed May 10, 2024
1 parent a16b02f commit c3816ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TizenVideo/TizenVideo.js
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ function TizenVideo(options) {
}
if (((tracksData || {}).audio || []).length) {
var extendedTrackData = tracksData.audio.find(function(el) {
if ((el || {})['StreamOrder'] === textTrack.index) {
if ((el || {})['StreamOrder'] === audioTrack.index) {
return true
}
return false
Expand Down

0 comments on commit c3816ef

Please sign in to comment.