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; }