mirror of
https://github.com/bbara04/Purefin.git
synced 2026-03-31 17:10:08 +02:00
Fix: PosterCard should use imageItemId for image URL retrieval
This commit is contained in:
@@ -46,7 +46,7 @@ fun PosterCard(
|
||||
.width(144.dp)
|
||||
) {
|
||||
AsyncImage(
|
||||
model = viewModel.getImageUrl(item.id, ImageType.PRIMARY),
|
||||
model = viewModel.getImageUrl(item.imageItemId, ImageType.PRIMARY),
|
||||
contentDescription = null,
|
||||
modifier = Modifier
|
||||
.aspectRatio(2f / 3f)
|
||||
|
||||
Reference in New Issue
Block a user