Peter-Schorn / SpotifyAPI

A Swift library for the Spotify web API. Supports all endpoints.
https://peter-schorn.github.io/SpotifyAPI/documentation/spotifywebapi
MIT License
251 stars 32 forks source link

Playlist images can be nullable #61

Closed Nielssg closed 1 month ago

Nielssg commented 1 month ago

I've discovered that Spotify will not return an empty list of images but rather null when there is no image set for a playlist. This can be tested by creating a playlist and only adding local tracks, or perhaps by simply creating a playlist without any image or track (haven't tested the latter).

Peter-Schorn commented 1 month ago

Thanks for the PR, but I've actually already deployed a fix as of version 3.0.0.

See #57, #59, and 03799102987847ab6674f275b729dd5bdd9fe5f0.