Makes "next track" on Vehicle Console go to shuffled item if shuffle was previously pressed
Description
When driving and using VLC as an audio media player, "shuffle" is not sticky, and results in audio playing in sorted order after a single random song. This should fix that behavior.
Motivation and Context
This solves random not working as expected / intended
How Has This Been Tested?
I have not tested, because I do not have a relevant build environment. Everything I wrote was inferred correct based on the exact code being available in the same contexts.
Screenshots / GIFs (if appropriate):
Types of changes
-
Bug fix (non-breaking change which fixes an issue) -
New feature (non-breaking change which adds functionality) -
Enhancement (non-breaking change which cleans up / improves existing functionality) -
Breaking change (fix or feature that would cause existing functionality to change)
Checklist
-
I have read the CONTRIBUTING section of the README document.