We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 583cf18 commit db201bfCopy full SHA for db201bf
src/projectm.c
@@ -96,7 +96,7 @@ projectm_handle projectm_init(GstProjectM *plugin) {
96
projectm_set_preset_duration(handle, plugin->preset_duration);
97
98
// kick off the first preset
99
- if (projectm_playlist_size(playlist) > 1 && ! plugin->preset_locked && plugin->shuffle_presets) {
+ if (projectm_playlist_size(playlist) > 1 && ! plugin->preset_locked) {
100
projectm_playlist_play_next(playlist, true);
101
}
102
0 commit comments