diff options
Diffstat (limited to 'apps/screens.h')
-rw-r--r-- | apps/screens.h | 2 |
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 |