Peter-Schorn/SpotifyAPI

New Album Type

kylebusy opened this issue · 5 comments

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.

  • debugDescription: "Cannot initialize AlbumType from invalid String value ep"

Verify this works: 52a0e30.

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

@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.

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

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