From 2aae2437700e171b8857e1dafe9f4c9b4ad6d60a Mon Sep 17 00:00:00 2001 From: Dima Lunkin Date: Sat, 18 Jun 2016 16:05:08 +0300 Subject: [PATCH] last bugfix(my bad) --- lib/videojs-resolution-switcher.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/videojs-resolution-switcher.js b/lib/videojs-resolution-switcher.js index febb544..1cb05cf 100644 --- a/lib/videojs-resolution-switcher.js +++ b/lib/videojs-resolution-switcher.js @@ -370,7 +370,7 @@ var _selectPlaylist; if(selectedResolution === 'auto'){ - _selectPlaylist = player.hls.selectPlaylist; + _selectPlaylist = player.tech_.hls.selectPlaylist; return _selectPlaylist; }