hide quality selector by default

This commit is contained in:
DispatchCommit 2021-03-08 03:35:04 -08:00 committed by Sean Yesmunt
parent 1e4c79cf06
commit 1d12fc8102

View file

@ -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();