From 7dffbd84af8d4857f357ac33bd74fda3608c7ebd Mon Sep 17 00:00:00 2001 From: Christian Soffke Date: Tue, 28 Dec 2021 08:56:16 +0100 Subject: 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 --- apps/gui/wps.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'apps/gui/wps.c') diff --git a/apps/gui/wps.c b/apps/gui/wps.c index cdb34ab447..7554892451 100644 --- a/apps/gui/wps.c +++ b/apps/gui/wps.c @@ -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; } -- cgit v1.2.3