aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--client/src/assets/player/videojs-components/resolution-menu-button.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/assets/player/videojs-components/resolution-menu-button.ts b/client/src/assets/player/videojs-components/resolution-menu-button.ts
index af044a9e5..0fa6272e7 100644
--- a/client/src/assets/player/videojs-components/resolution-menu-button.ts
+++ b/client/src/assets/player/videojs-components/resolution-menu-button.ts
@@ -72,7 +72,7 @@ class ResolutionMenuButton extends MenuButton {
72 // Skip auto resolution, we'll add it ourselves 72 // Skip auto resolution, we'll add it ourselves
73 if (d.id === -1) continue 73 if (d.id === -1) continue
74 74
75 const label = d.id === 0 75 const label = d.label === '0p'
76 ? this.player().localize('Audio-only') 76 ? this.player().localize('Audio-only')
77 : d.label 77 : d.label
78 78