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 cc38583 commit 583cf18Copy full SHA for 583cf18
src/projectm.c
@@ -37,7 +37,7 @@ projectm_handle projectm_init(GstProjectM *plugin) {
37
38
// initialize preset playlist
39
playlist = projectm_playlist_create(handle);
40
- projectm_playlist_set_shuffle(playlist, true);
+ projectm_playlist_set_shuffle(playlist, plugin->shuffle_presets);
41
// projectm_playlist_set_preset_switched_event_callback(_playlist, &ProjectMWrapper::PresetSwitchedEvent, static_cast<void*>(this));
42
43
// Log properties
0 commit comments