From 43b0fba75d4312230793f2747700371362204bb6 Mon Sep 17 00:00:00 2001 From: Christian Soffke Date: Wed, 12 Apr 2023 20:19:58 +0200 Subject: Track Info: Show number of tracks being inspected Applies to the database and PictureFlow + fix red 6ca57ec Change-Id: If708851ebdfe075e9d6ea3f2e2dd790cc9deac94 --- apps/screens.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/screens.h') 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 -- cgit v1.2.3