summaryrefslogtreecommitdiff
path: root/apps/screens.h
diff options
context:
space:
mode:
authorChristian Soffke <christian.soffke@gmail.com>2023-01-06 05:37:26 +0100
committerChristian Soffke <christian.soffke@gmail.com>2023-01-06 19:00:24 +0100
commitb444ecfca2218068233a89c278cc86b9e9ef67d7 (patch)
treeb23a87b42e30cb73d31489420135ddd1611b862f /apps/screens.h
parent5750eb3181de4923a8d3141066f4631df3b7d70c (diff)
downloadrockbox-b444ecfca2218068233a89c278cc86b9e9ef67d7.tar.gz
rockbox-b444ecfca2218068233a89c278cc86b9e9ef67d7.zip
plugins: Properties: Add 'Last Modified' for audio files
In commit f3358eb, the Properties plugin started using the Track Info screen for audio files, which didn't show when the file was last modified. This adds it back. Change-Id: I3ce519da234a4bcadab1d64b67de0298cada8f6e
Diffstat (limited to 'apps/screens.h')
-rw-r--r--apps/screens.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/screens.h b/apps/screens.h
index 3322ce53e7..47dc1375ca 100644
--- a/apps/screens.h
+++ b/apps/screens.h
@@ -39,7 +39,8 @@ int mmc_remove_request(void);
39bool set_time_screen(const char* title, struct tm *tm, bool set_date); 39bool set_time_screen(const char* title, struct tm *tm, bool set_date);
40#endif 40#endif
41 41
42bool browse_id3(struct mp3entry *id3, int playlist_display_index, int playlist_amount); 42bool browse_id3(struct mp3entry *id3, int playlist_display_index, int playlist_amount,
43 struct tm *modified);
43int view_runtime(void); 44int view_runtime(void);
44 45
45#ifdef HAVE_TOUCHSCREEN 46#ifdef HAVE_TOUCHSCREEN