carplay stuff

This commit is contained in:
Violet Caulfield
2025-02-12 15:20:14 -06:00
parent 9d9577f65b
commit 82821419ed

View File

@@ -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)}`
// }
}
})
})