op / go-libspotify

Language bindings for libspotify in Go (Golang)
Apache License 2.0
64 stars 13 forks source link

sp_albumbrowse added to Album #12

Open ghost opened 9 years ago

ghost commented 9 years ago

I've added sp_albumbrowse to the Album struct so you can get more information from an Album. I'm not completely sure if my implementation of the sp_albumbrowse handling is correct.

op commented 9 years ago

Nice! I'd vote for reverting the merging of AlbumBrowse and Album. These are separate calls into the API and I wish we can preserve this separation. This most likely ends up doing less calls to the backend too.