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

New Album Type #56

Closed kylebusy closed 4 months ago

kylebusy commented 4 months ago

Is it possible to get "ep" added as an Album Type? When browsing new releases, if the resulting New Albums contains an EP then the DecodeSpotifyObject bombs with the below error.

Peter-Schorn commented 4 months ago

Verify this works: 52a0e30f9f36221ee73da30004e4e6e5a389ab2f.

kylebusy commented 4 months ago

Just what I needed, thank you so much for the quick turnaround!

tkess7 commented 4 months ago

@Peter-Schorn Just curious do you typically create a new release for fixes like this? I ran into this same issue and I'm on the latest version. I'm getting around it now by using the commit you provided.

Peter-Schorn commented 4 months ago

I will release a new version within the next couple of days.

tkess7 commented 4 months ago

Thank you. Also thank you for this API, it's amazing!