forked from len0rd/rockbox
API changes due to the RAM-based playlists
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1560 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d8cc285034
commit
517ea2fa18
1 changed files with 2 additions and 2 deletions
|
|
@ -101,11 +101,11 @@ void settings_menu(void)
|
|||
{
|
||||
if (global_settings.playlist_shuffle)
|
||||
{
|
||||
randomise_playlist(&playlist, current_tick);
|
||||
randomise_playlist(current_tick);
|
||||
}
|
||||
else
|
||||
{
|
||||
sort_playlist(&playlist);
|
||||
sort_playlist();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue