forked from len0rd/rockbox
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
|
@ -137,7 +137,7 @@ int save_playlist_screen(struct playlist_info* playlist)
|
|||
|
||||
static int playlist_view_(void)
|
||||
{
|
||||
playlist_viewer_ex(NULL);
|
||||
playlist_viewer_ex(NULL, NULL);
|
||||
return 0;
|
||||
}
|
||||
MENUITEM_FUNCTION(create_playlist_item, 0, ID2P(LANG_CREATE_PLAYLIST),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue