Skip to content

Commit

Permalink
fix(UI): Allow show same resolution with different video bandwidth (#…
Browse files Browse the repository at this point in the history
…6536)

Fixes #6494
  • Loading branch information
avelad authored May 6, 2024
1 parent d564be8 commit 9fb9b26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/resolution_selection.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ shaka.ui.ResolutionSelection = class extends shaka.ui.SettingsMenu {
} else {
otherIdx = tracks.findIndex((t) => {
return t.height == track.height &&
t.videoBandwidth == track.videoBandwidth &&
t.frameRate == track.frameRate &&
t.hdr == track.hdr &&
t.videoLayout == track.videoLayout;
Expand Down

0 comments on commit 9fb9b26

Please sign in to comment.