1
0
Fork 0
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:
Hardeep Sidhu 2002-08-26 08:25:52 +00:00
parent 56fc041976
commit f8c87e6c50
3 changed files with 21 additions and 4 deletions

View file

@ -208,7 +208,7 @@ Menu settings_menu(void)
}
else
{
sort_playlist();
sort_playlist(true);
}
}
return result;