Skip to content

Commit

Permalink
limitRenditionByPlayerDimensions must be explicitly set to false
Browse files Browse the repository at this point in the history
  • Loading branch information
theRealWardo committed Sep 21, 2018
1 parent 8a97633 commit c2f70e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/playlist-selectors.js
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ export const simpleSelector = function(master,
)[0];

// if we're not going to limit renditions by player size, make an early decision.
if (!limitRenditionByPlayerDimensions) {
if (limitRenditionByPlayerDimensions === false) {
let chosenRep = (
bandwidthBestRep ||
enabledPlaylistReps[0] ||
Expand Down

0 comments on commit c2f70e0

Please sign in to comment.