add support for track subtitle display (#1177)

This commit is contained in:
jeffvli
2026-01-04 00:44:22 -08:00
parent 1c6b204e80
commit 5f1867c14f
9 changed files with 53 additions and 6 deletions
@@ -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