mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Playlist Catalogue: Restore selection in playlist
Saves and restores the selected item in your most-recently accessed playlist, similar to Database and File Browser. Change-Id: I00afca41e33470cb458c4b87baccd6fd4016887a
This commit is contained in:
parent
88ecaf2b8c
commit
098a8fd334
5 changed files with 36 additions and 19 deletions
|
@ -591,7 +591,7 @@ static bool view_playlist(void)
|
|||
{
|
||||
bool result;
|
||||
|
||||
result = playlist_viewer_ex(selected_file);
|
||||
result = playlist_viewer_ex(selected_file, NULL);
|
||||
|
||||
if (result == PLAYLIST_VIEWER_OK &&
|
||||
onplay_result == ONPLAY_OK)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue