Skip to content
Snippets Groups Projects
Commit e3835127 authored by Tobias Ullerich's avatar Tobias Ullerich
Browse files

#180 - Fix playlist item order when playing playlist with previous shuffle

parent c503a844
No related branches found
No related tags found
No related merge requests found
......@@ -64,6 +64,8 @@ class ContentPlayerPadContent(val pad: Pad, val `type`: String) extends PadConte
} else {
if (isShuffle) {
Collections.shuffle(mediaPlayers)
} else {
reorderMedia()
}
getPad.setEof(false)
mediaPlayers.head.play(withFadeIn)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment