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
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