mirror of
https://github.com/p-stream/p-stream.git
synced 2026-03-11 17:55:33 +00:00
forgot the language code
This commit is contained in:
parent
cd567416ad
commit
32a389ea7b
1 changed files with 3 additions and 0 deletions
|
|
@ -86,6 +86,9 @@ export function SettingsMenu({ id }: { id: string }) {
|
|||
rightText={selectedAudioLanguagePretty ?? undefined}
|
||||
>
|
||||
{t("player.menus.settings.audioItem")}
|
||||
<span className="text-type-secondary text-sm">
|
||||
{selectedAudioLanguagePretty}
|
||||
</span>
|
||||
</Menu.ChevronLink>
|
||||
) : (
|
||||
<Menu.ChevronLink
|
||||
|
|
|
|||
Loading…
Reference in a new issue