last bugfix(my bad)

This commit is contained in:
Dima Lunkin 2016-06-18 16:05:08 +03:00 committed by GitHub
parent f483d97454
commit 2aae243770

View file

@ -370,7 +370,7 @@
var _selectPlaylist;
if(selectedResolution === 'auto'){
_selectPlaylist = player.hls.selectPlaylist;
_selectPlaylist = player.tech_.hls.selectPlaylist;
return _selectPlaylist;
}