zmb3 / spotify

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

Constants for repeat state #159

Open kimtore opened 3 years ago

kimtore commented 3 years ago

The Repeat() function takes a string of some pre-defined values track, context, off.

Clients could be less error prone if these were public constants in the library.

kimtore commented 3 years ago

Would be nice if this also applied to PlayerState.RepeatState for determining current state.