zmb3 / spotify

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

Add support for new option 'position_ms' in player.PlayOpt() #74

Closed FlorianLoch closed 5 years ago

FlorianLoch commented 6 years ago

Spotify added this feature just 2 days ago as described in https://github.com/spotify/web-api/issues/596. By this play and seek can be combined. I manually tested the option against the actual API, works as expected.

I checked whether there is some place to add some test code for this but didn't find anything.