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
|
|
@ -24,7 +24,8 @@
|
|||
#define _PLAYLIST_VIEWER_H_
|
||||
|
||||
enum playlist_viewer_result playlist_viewer(void);
|
||||
enum playlist_viewer_result playlist_viewer_ex(const char* filename);
|
||||
enum playlist_viewer_result playlist_viewer_ex(const char* filename,
|
||||
int* most_recent_selection);
|
||||
bool search_playlist(void);
|
||||
|
||||
enum playlist_viewer_result {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue