zmb3 / spotify

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

No way to play songid #89

Closed OptoCloud closed 5 years ago

OptoCloud commented 5 years ago

You have alot of functions but i cant find a function to play a specific songID? Is there something i have not seen or is this not possible?

zmb3 commented 5 years ago

The play function is here:

https://github.com/zmb3/spotify/blob/master/player.go#L290

Include the URIs of the tracks you wish to play in the URIs field of the options.