mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
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
This commit is contained in:
parent
e3b22935f2
commit
f932522d8a
1 changed files with 1 additions and 0 deletions
|
@ -209,6 +209,7 @@ static bool shuffle_playlist(void)
|
||||||
return false;
|
return false;
|
||||||
playlist_sort(NULL, true);
|
playlist_sort(NULL, true);
|
||||||
playlist_randomise(NULL, current_tick, true);
|
playlist_randomise(NULL, current_tick, true);
|
||||||
|
playlist_set_modified(NULL, true);
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue