You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your interest in the Spotify App Remote SDK!
If you're submitting a bug, please use the following template.
If your issue is a feature request, please include your use-case so that we have all the necessary info.
Issue found on October 22, 2022 seemingly starting with Spotify 8.7.72.546.
SDK Version:
0.7.2
OS Version:
Multiple, Android 10-13
Scope(s):
App Control PlayerState
Steps to reproduce:
Subscribe to PlayerState and watch the playerState.isShuffling property:
When the Shuffle button in Spotify is enabled (green) to represent when Spotify is shuffling tracks, playerState.isShuffling should be true and not false.
Actual behaviour:
With some regional variation, it seems that Spotify ~8.7.72.546 no longer sets playerState.isShuffling:true when the Spotify app has shuffle enabled.
This makes it impossible for a custom Spotify UI to show whether Spotify is shuffling, and it breaks Toggle Shuffle functionality.
The text was updated successfully, but these errors were encountered:
Thanks for your interest in the Spotify App Remote SDK!
If you're submitting a bug, please use the following template.
If your issue is a feature request, please include your use-case so that we have all the necessary info.
Issue found on October 22, 2022 seemingly starting with Spotify 8.7.72.546.
SDK Version:
0.7.2
OS Version:
Multiple, Android 10-13
Scope(s):
App Control PlayerState
Steps to reproduce:
Expected behaviour:
When the Shuffle button in Spotify is enabled (green) to represent when Spotify is shuffling tracks,
playerState.isShuffling
should betrue
and notfalse
.Actual behaviour:
With some regional variation, it seems that Spotify ~8.7.72.546 no longer sets
playerState.isShuffling:true
when the Spotify app has shuffle enabled.This makes it impossible for a custom Spotify UI to show whether Spotify is shuffling, and it breaks Toggle Shuffle functionality.
The text was updated successfully, but these errors were encountered: