summaryrefslogtreecommitdiff
path: root/apps/gui/wps.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/wps.c')
-rw-r--r--apps/gui/wps.c4
1 files changed, 3 insertions, 1 deletions
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)
903 case ACTION_WPS_ID3SCREEN: 903 case ACTION_WPS_ID3SCREEN:
904 { 904 {
905 gwps_leave_wps(); 905 gwps_leave_wps();
906 if (browse_id3()) 906 if (browse_id3(audio_current_track(),
907 playlist_get_display_index(),
908 playlist_amount()))
907 return GO_TO_ROOT; 909 return GO_TO_ROOT;
908 restore = true; 910 restore = true;
909 } 911 }