mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-23 17:47:24 +00:00
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.
|
* @return {*} - videojs-hls-contrib plugin.
|
||||||
*/
|
*/
|
||||||
getHls() {
|
getHls() {
|
||||||
return this.player.tech({ IWillNotUseThisInPlugins: true }).hls;
|
return this.player.tech({ IWillNotUseThisInPlugins: true }).vhs;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue