Skip to content

Commit

Permalink
Merge pull request video-dev#1593 from video-dev/fix/auto-testbench-args
Browse files Browse the repository at this point in the history
Testbench: Fix missing argument in switchToHighestLevel function
  • Loading branch information
johnBartos authored Mar 4, 2018
2 parents fcca4bd + 87132fe commit 8fc43ef
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 8fc43ef

Please sign in to comment.