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.
|
// Create the quality button.
|
||||||
this.createQualityButton();
|
this.createQualityButton();
|
||||||
|
|
||||||
|
// Hide quality selector by default
|
||||||
|
this._qualityButton.hide();
|
||||||
|
|
||||||
// Bind event listeners
|
// Bind event listeners
|
||||||
this.bindPlayerEvents();
|
this.bindPlayerEvents();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue