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
Currently getSupportedQueueNavigatorActions() does not take into account if shuffle is enabled or not. That leads to that ActionSkipToNext or ActionSkipToPrevious is disabled in wrong situations.
Reproduction steps
play a list of tracks
enable shuffle
skip to next track until you hit the latest item the list
-> ActionSkipToNext is disabled even though not all songs have been shuffled through
The text was updated successfully, but these errors were encountered:
Currently getSupportedQueueNavigatorActions() does not take into account if shuffle is enabled or not. That leads to that ActionSkipToNext or ActionSkipToPrevious is disabled in wrong situations.
Reproduction steps
-> ActionSkipToNext is disabled even though not all songs have been shuffled through
The text was updated successfully, but these errors were encountered: