mirror of
https://github.com/anultravioletaurora/Jellify.git
synced 2025-12-30 18:30:47 -06:00
carplay stuff
This commit is contained in:
@@ -10,9 +10,9 @@ export const CarPlayRecentlyPlayed = (recentTracks : BaseItemDto[]) => new ListT
|
||||
return {
|
||||
id: track.Id!,
|
||||
text: track.Name ? track.Name : "Untitled Track",
|
||||
image: {
|
||||
uri: `file://${getImageFilePath(track.Id!, 150, 150, ImageType.Primary)}`
|
||||
}
|
||||
// image: {
|
||||
// uri: `file://${getImageFilePath(track.Id!, 150, 150, ImageType.Primary)}`
|
||||
// }
|
||||
}
|
||||
})
|
||||
})
|
||||
Reference in New Issue
Block a user