mirror of
https://github.com/Jellify-Music/App.git
synced 2026-03-20 20:21:43 -05:00
clean player header
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user