mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Merge branch 'release/2.1.0' into develop
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user