Skip to content

Commit

Permalink
Add shuffle presets property
Browse files Browse the repository at this point in the history
  • Loading branch information
revmischa committed Jul 6, 2024
1 parent cc38583 commit 583cf18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/projectm.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ projectm_handle projectm_init(GstProjectM *plugin) {

// initialize preset playlist
playlist = projectm_playlist_create(handle);
projectm_playlist_set_shuffle(playlist, true);
projectm_playlist_set_shuffle(playlist, plugin->shuffle_presets);
// projectm_playlist_set_preset_switched_event_callback(_playlist, &ProjectMWrapper::PresetSwitchedEvent, static_cast<void*>(this));

// Log properties
Expand Down

0 comments on commit 583cf18

Please sign in to comment.