mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-15 21:16:17 +02:00
add support for track subtitle display (#1177)
This commit is contained in:
@@ -173,6 +173,13 @@ export const LeftControls = () => {
|
||||
to={AppRoute.NOW_PLAYING}
|
||||
>
|
||||
{title || '—'}
|
||||
{currentSong?.trackSubtitle && (
|
||||
<Text component="span" isMuted size="sm">
|
||||
{' ('}
|
||||
{currentSong.trackSubtitle}
|
||||
{')'}
|
||||
</Text>
|
||||
)}
|
||||
</Text>
|
||||
{isSongDefined && (
|
||||
<ActionIcon
|
||||
|
||||
Reference in New Issue
Block a user