hls options is deprecated. Use vhs instead.
Fixes this video.js warning: VIDEOJS: WARN: Using hls options is deprecated. Use vhs instead.
This commit is contained in:
parent
6b50d4e7b8
commit
d6aa72ed94
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ class HlsQualitySelectorPlugin {
|
|||
* @return {*} - videojs-hls-contrib plugin.
|
||||
*/
|
||||
getHls() {
|
||||
return this.player.tech({ IWillNotUseThisInPlugins: true }).hls;
|
||||
return this.player.tech({ IWillNotUseThisInPlugins: true }).vhs;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue