Closed stephendolan closed 5 years ago
Implement the following endpoint:
https://developer.spotify.com/documentation/web-api/reference/player/toggle-shuffle-for-users-playback/
I was unable to find any existing tests for the player.rb file, so no additional ones were added for this endpoint.
player.rb
@guilhermesad Change committed! Thanks for the feedback!
@stephendolan great thanks!
Implement the following endpoint:
https://developer.spotify.com/documentation/web-api/reference/player/toggle-shuffle-for-users-playback/
I was unable to find any existing tests for the
player.rb
file, so no additional ones were added for this endpoint.