Fix wrong audio only resolution label for hls
This commit is contained in:
parent
3ae0bbd23c
commit
8ff604c7e3
|
@ -75,7 +75,7 @@ class ResolutionMenuButton extends MenuButton {
|
||||||
// Skip auto resolution, we'll add it ourselves
|
// Skip auto resolution, we'll add it ourselves
|
||||||
if (d.id === -1) continue
|
if (d.id === -1) continue
|
||||||
|
|
||||||
const label = d.id === 0
|
const label = d.label === '0p'
|
||||||
? this.player.localize('Audio-only')
|
? this.player.localize('Audio-only')
|
||||||
: d.label
|
: d.label
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue