mirror of
https://github.com/kmoskwiak/videojs-resolution-switcher.git
synced 2025-10-03 09:49:21 +02:00
last bugfix(my bad)
This commit is contained in:
parent
f483d97454
commit
2aae243770
1 changed files with 1 additions and 1 deletions
|
@ -370,7 +370,7 @@
|
||||||
var _selectPlaylist;
|
var _selectPlaylist;
|
||||||
|
|
||||||
if(selectedResolution === 'auto'){
|
if(selectedResolution === 'auto'){
|
||||||
_selectPlaylist = player.hls.selectPlaylist;
|
_selectPlaylist = player.tech_.hls.selectPlaylist;
|
||||||
return _selectPlaylist;
|
return _selectPlaylist;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue