summaryrefslogtreecommitdiffstats
path: root/apps/screens.h
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/screens.h
parent6ca57ec389e9dd2141f9c9e73063c7193526dbbd (diff)
downloadrockbox-43b0fba75d.tar.gz
rockbox-43b0fba75d.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/screens.h')
-rw-r--r--apps/screens.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/screens.h b/apps/screens.h
index 2dc0530f3a..bcd06655ad 100644
--- a/apps/screens.h
+++ b/apps/screens.h
@@ -40,7 +40,7 @@ bool set_time_screen(const char* title, struct tm *tm, bool set_date);
#endif
bool browse_id3(struct mp3entry *id3, int playlist_display_index, int playlist_amount,
- struct tm *modified, bool multiple_tracks);
+ struct tm *modified, int track_ct);
int view_runtime(void);
#ifdef HAVE_TOUCHSCREEN