hide quality selector by default
This commit is contained in:
parent
1e4c79cf06
commit
1d12fc8102
1 changed files with 3 additions and 0 deletions
|
@ -37,6 +37,9 @@ class HlsQualitySelectorPlugin {
|
|||
// Create the quality button.
|
||||
this.createQualityButton();
|
||||
|
||||
// Hide quality selector by default
|
||||
this._qualityButton.hide();
|
||||
|
||||
// Bind event listeners
|
||||
this.bindPlayerEvents();
|
||||
|
||||
|
|
Loading…
Reference in a new issue