We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4fcc94 commit 1d04801Copy full SHA for 1d04801
ui/resolution_selection.js
@@ -119,6 +119,8 @@ shaka.ui.ResolutionSelection = class extends shaka.ui.SettingsMenu {
119
updateLabels_() {
120
const abrEnabled = this.player.getConfiguration().abr.enabled;
121
if (this.player.isAudioOnly()) {
122
+ this.qualityMark.textContent = '';
123
+ this.qualityMark.style.display = 'none';
124
if (this.overflowQualityMark) {
125
this.overflowQualityMark.textContent = '';
126
this.overflowQualityMark.style.display = 'none';
0 commit comments