Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Playlist shuffling fix #60

Merged
merged 1 commit into from
Oct 2, 2023
Merged

Conversation

ShingenPizza
Copy link
Contributor

@ShingenPizza ShingenPizza commented Dec 21, 2022

Simply put, playlist shuffling is done wrong.

2 items will always be reversed.
3 items will always be shuffled into the same order, 123 -> 231
4 items will be shuffled into 1 of 2 possible orders.
etc.

So I've fixed it.

(the continue isn't necessary)

@MerlinVR MerlinVR merged commit e1238e8 into MerlinVR:master Oct 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants