clean player header

This commit is contained in:
Violet Caulfield
2025-02-24 06:24:39 -06:00
parent f2259b506f
commit 6e3035fc8b

View File

@@ -78,11 +78,15 @@ export default function PlayerScreen({
<YStack
alignItems="center"
alignContent="center"
flex={3}
flex={4}
>
<Text>Playing from</Text>
<Text bold>
<Text
bold
numberOfLines={1}
lineBreakStrategyIOS="standard"
>
{
// If the Queue is a BaseItemDto, display the name of it
typeof(queue) === 'object'