mirror of
https://github.com/anultravioletaurora/Jellify.git
synced 2026-02-10 08:08:36 -06:00
nowplayingtemplate adjustments
This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
import { NowPlayingTemplate } from 'react-native-carplay'
|
||||
import uuid from 'react-native-uuid'
|
||||
|
||||
const CarPlayNowPlaying = new NowPlayingTemplate({
|
||||
id: uuid.v4(),
|
||||
})
|
||||
const CarPlayNowPlaying = new NowPlayingTemplate({})
|
||||
|
||||
export default CarPlayNowPlaying
|
||||
|
||||
@@ -169,7 +169,7 @@ export default function TrackOptions({
|
||||
</Text>
|
||||
|
||||
<YGroup separator={<Separator />}>
|
||||
{playlists.map((playlist) => {
|
||||
{playlists?.map((playlist) => {
|
||||
return (
|
||||
<YGroup.Item key={playlist.Id!}>
|
||||
<ListItem
|
||||
|
||||
Reference in New Issue
Block a user