forked from len0rd/rockbox
When toggling shuffle from on to off while a playlist is playing, update the current playlist index to the new index of the current song
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1977 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
56fc041976
commit
f8c87e6c50
3 changed files with 21 additions and 4 deletions
|
|
@ -208,7 +208,7 @@ Menu settings_menu(void)
|
|||
}
|
||||
else
|
||||
{
|
||||
sort_playlist();
|
||||
sort_playlist(true);
|
||||
}
|
||||
}
|
||||
return result;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue