Skip to content

Commit

Permalink
Testbench: Fix missing argument in switchToHighestLevel function
Browse files Browse the repository at this point in the history
  • Loading branch information
tchakabam authored Mar 4, 2018
1 parent fcca4bd commit 87132fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/auto/hlsjs.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
}
}

function switchToHighestLevel() {
function switchToHighestLevel(mode) {
var highestLevel = hls.levels.length-1;
switch(mode) {
case 'current':
Expand Down

0 comments on commit 87132fe

Please sign in to comment.