Merge branch 'release/2.1.0' into develop
This commit is contained in:
commit
cf59a2a0c3
|
@ -72,7 +72,7 @@ class ResolutionMenuButton extends MenuButton {
|
|||
// Skip auto resolution, we'll add it ourselves
|
||||
if (d.id === -1) continue
|
||||
|
||||
const label = d.id === 0
|
||||
const label = d.label === '0p'
|
||||
? this.player().localize('Audio-only')
|
||||
: d.label
|
||||
|
||||
|
|
Loading…
Reference in New Issue