summaryrefslogtreecommitdiff
path: root/apps/onplay.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/onplay.c')
-rw-r--r--apps/onplay.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/onplay.c b/apps/onplay.c
index 4157544d28..ba06d13183 100644
--- a/apps/onplay.c
+++ b/apps/onplay.c
@@ -209,6 +209,7 @@ static bool shuffle_playlist(void)
209 return false; 209 return false;
210 playlist_sort(NULL, true); 210 playlist_sort(NULL, true);
211 playlist_randomise(NULL, current_tick, true); 211 playlist_randomise(NULL, current_tick, true);
212 playlist_set_modified(NULL, true);
212 213
213 return false; 214 return false;
214} 215}