1
0
Fork 0
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:
Christian Soffke 2022-11-22 20:37:47 +01:00
parent 88ecaf2b8c
commit 098a8fd334
5 changed files with 36 additions and 19 deletions

View file

@ -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),