summaryrefslogtreecommitdiffstats
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)
return false;
playlist_sort(NULL, true);
playlist_randomise(NULL, current_tick, true);
+ playlist_set_modified(NULL, true);
return false;
}