Skip to content

Commit db201bf

Browse files
committed
Add shuffle presets property
1 parent 583cf18 commit db201bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/projectm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ projectm_handle projectm_init(GstProjectM *plugin) {
9696
projectm_set_preset_duration(handle, plugin->preset_duration);
9797

9898
// kick off the first preset
99-
if (projectm_playlist_size(playlist) > 1 && ! plugin->preset_locked && plugin->shuffle_presets) {
99+
if (projectm_playlist_size(playlist) > 1 && ! plugin->preset_locked) {
100100
projectm_playlist_play_next(playlist, true);
101101
}
102102
}

0 commit comments

Comments
 (0)