summaryrefslogtreecommitdiff
path: root/apps/gui/wps.c
diff options
context:
space:
mode:
authorChristian Soffke <christian.soffke@gmail.com>2023-04-12 20:19:58 +0200
committerChristian Soffke <christian.soffke@gmail.com>2023-04-13 03:55:21 +0200
commit43b0fba75d4312230793f2747700371362204bb6 (patch)
treeedd51dacc2c0218bf415645708386d938b1a1a56 /apps/gui/wps.c
parent6ca57ec389e9dd2141f9c9e73063c7193526dbbd (diff)
downloadrockbox-43b0fba75d4312230793f2747700371362204bb6.tar.gz
rockbox-43b0fba75d4312230793f2747700371362204bb6.zip
Track Info: Show number of tracks being inspected
Applies to the database and PictureFlow + fix red 6ca57ec Change-Id: If708851ebdfe075e9d6ea3f2e2dd790cc9deac94
Diffstat (limited to 'apps/gui/wps.c')
-rw-r--r--apps/gui/wps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/wps.c b/apps/gui/wps.c
index d87f78de2d..10c971fcc4 100644
--- a/apps/gui/wps.c
+++ b/apps/gui/wps.c
@@ -1035,7 +1035,7 @@ long gui_wps_show(void)
1035 gwps_leave_wps(true); 1035 gwps_leave_wps(true);
1036 if (browse_id3(audio_current_track(), 1036 if (browse_id3(audio_current_track(),
1037 playlist_get_display_index(), 1037 playlist_get_display_index(),
1038 playlist_amount(), NULL, false)) 1038 playlist_amount(), NULL, 1))
1039 return GO_TO_ROOT; 1039 return GO_TO_ROOT;
1040 restore = true; 1040 restore = true;
1041 } 1041 }