Skip to content

PlaylistManager: fix next regression

Duncan McNamara requested to merge Skantes/vlc-android:next-fix into master

Removing the repeating.value != REPEAT_MODE_ONE meant that the condition would be used only when forced, ie pressing next, but not when finishing a media and going to the next one in the playqueue

Merge request reports