pstream is dead; long live pstream taciturnaxolotl.github.io/pstream-ng/
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

update blank quality title

Pas 49beea82 0b2ef1a3

+5 -2
+2 -1
src/assets/locales/en.json
··· 489 489 "automaticLabel": "Automatic quality", 490 490 "hint": "You can try <0>switching source</0> to get different quality options.", 491 491 "iosNoQuality": "Due to Apple-defined (common IOS L) limitations, quality selection is not available on iOS for this source. You can try <0>switching to another source</0> to get different quality options.", 492 - "title": "Quality" 492 + "title": "Quality", 493 + "auto": "Auto" 493 494 }, 494 495 "settings": { 495 496 "downloadItem": "Download",
+3 -1
src/components/player/atoms/settings/SettingsMenu.tsx
··· 56 56 > 57 57 {t("player.menus.settings.qualityItem")} 58 58 <span className="text-type-secondary text-sm"> 59 - {currentQuality ? qualityToString(currentQuality) : ""} 59 + {currentQuality 60 + ? qualityToString(currentQuality) 61 + : t("player.menus.quality.auto")} 60 62 </span> 61 63 </Menu.ChevronLink> 62 64 <Menu.ChevronLink