zmb3 / spotify

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

SimpleAlbum with SimpleArtists #58

Closed ptrkrlsrd closed 6 years ago

ptrkrlsrd commented 6 years ago

Added a slice of SimpleArtists to the SimpleAlbum struct

Hey, I've recently used this package for a project, and found that I needed the array of artists which the Spotify API returns when searching for albums. Therefore I decided to also create a pull request in case you're interested in implementing this change.

zmb3 commented 6 years ago

Thanks for this :-)

The term array can be misleading in Go, can we change the comment to read slice or list?

ptrkrlsrd commented 6 years ago

I totally forgot that, but I’ll fix it as soon as possible :) Edit: Done!