mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
Playlist Viewer: Add Track Info
Adds a command for showing track info to the Playlist Viewer's context menu, which brings up the same screen used by the WPS for currently playing tracks. Change-Id: I17d99671935934dad565d290a0d6fb3b0dfd8b01
This commit is contained in:
parent
e8b9123205
commit
7dffbd84af
5 changed files with 49 additions and 13 deletions
|
|
@ -903,7 +903,9 @@ long gui_wps_show(void)
|
|||
case ACTION_WPS_ID3SCREEN:
|
||||
{
|
||||
gwps_leave_wps();
|
||||
if (browse_id3())
|
||||
if (browse_id3(audio_current_track(),
|
||||
playlist_get_display_index(),
|
||||
playlist_amount()))
|
||||
return GO_TO_ROOT;
|
||||
restore = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue