summaryrefslogtreecommitdiff
path: root/apps/onplay.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/onplay.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/onplay.c')
-rw-r--r--apps/onplay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/onplay.c b/apps/onplay.c
index 4b6171746c..05046f6e00 100644
--- a/apps/onplay.c
+++ b/apps/onplay.c
@@ -1569,7 +1569,7 @@ static int browse_id3_wrapper(void)
1569 1569
1570 if (browse_id3(audio_current_track(), 1570 if (browse_id3(audio_current_track(),
1571 playlist_get_display_index(), 1571 playlist_get_display_index(),
1572 playlist_amount(), NULL, false)) 1572 playlist_amount(), NULL, 1))
1573 return GO_TO_ROOT; 1573 return GO_TO_ROOT;
1574 return GO_TO_PREVIOUS; 1574 return GO_TO_PREVIOUS;
1575} 1575}