From f932522d8acc012e88b8d30dbb08797e42517e8b Mon Sep 17 00:00:00 2001 From: Christian Soffke Date: Mon, 16 Oct 2023 19:45:10 +0200 Subject: WPS context menu: Set modified after reshuffle Prevents incorrect bookmarking of permanently (not just temporarily) shuffled playlists, which need to be resaved, before they can be correctly bookmarked. Change-Id: I157d3be9d05117f7566ca72f3e736f96b42a165d --- apps/onplay.c | 1 + 1 file changed, 1 insertion(+) 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; } -- cgit v1.2.3