Closed dyoustra closed 1 year ago
Please post the code that initializes collection
. Try making the requests outside a SwiftUI view. The playlist owner is a Spotify user who usually does not have an image.
Album.artists
returns the simplified artist objects, so album.artists.images
returns nil
.
album.artists?.first?.images
seems to always be a nil value, as doesplaylist.owner?.images
. For every album/playlist I try, my view is unable to fetch the artist's/playlist owner's image. I saw that in the documentation it says thatArtist.images
is "Only available for the full artist object." Am I running into this issue here?