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

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