zmb3 / spotify

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

Fix Previous() to stop skipping to next track #32

Closed lukehobbs closed 7 years ago

lukehobbs commented 7 years ago

Currently, Previous() calls NextOpt(nil) instead of PreviousOpt(nil) causing a skip to the next track instead of correctly skipping to the previous track.