image: fix bitmapprovider covers

This commit is contained in:
Alexander Capehart 2024-11-29 13:16:43 -07:00
parent 3dbe06c0bc
commit c74c62d9b3
No known key found for this signature in database
GPG key ID: 37DBE3621FE9AD47

View file

@ -95,7 +95,7 @@ constructor(
target target
.onConfigRequest( .onConfigRequest(
ImageRequest.Builder(context) ImageRequest.Builder(context)
.data(listOf(song.cover)) .data(song.cover)
// Use ORIGINAL sizing, as we are not loading into any View-like component. // Use ORIGINAL sizing, as we are not loading into any View-like component.
.size(Size.ORIGINAL)) .size(Size.ORIGINAL))
.target( .target(