zmb3 / spotify

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

Fix parameter for adding tracks to playlist: should be "uris" #5

Closed brandur closed 8 years ago

brandur commented 8 years ago

Fixes a bug in the library that causes in adding tracks to a playlist currently being non-functional. The library passes "urls", but as described in the documentation, it should actually be "uris".

zmb3 commented 8 years ago

Thanks for the PR!