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:
DispatchCommit 2021-03-08 16:19:24 -08:00 committed by Sean Yesmunt
parent 6b50d4e7b8
commit d6aa72ed94

View file

@ -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;
}
/**