zmb3 / spotify

A Go wrapper for the Spotify Web API
Apache License 2.0
1.33k stars 284 forks source link

feat: add library album apis #163

Closed conradludgate closed 2 years ago

conradludgate commented 2 years ago

Similar to how you can save tracks to your library, you can do the same with albums.

I copied the code directly from the tracks apis. It could probably be refactored to shared code a bit more

strideynet commented 2 years ago

Thanks for this PR, I'll take a look at this tomorrow and test it