Skip to content

VLCPlaybackService: fix shuffle behaviour

Soomin Lee requested to merge bubu/vlc-ios:roryclear-master=s into master

Port of a PR from Github:

This is the behaviour I have added:
Given a user has shuffle mode on
And they have just finished or skipped Song C
When the user presses the "previous track" button
Then Song C plays

Current behaviour on master:

Given a user has shuffle mode on
And they have just finished or skipped Song C
When the user presses the "previous track" button
Then a random song plays

ref: pull request 449

Merge request reports