summaryrefslogtreecommitdiff
path: root/apps/gui/wps.c
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/gui/wps.c
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/gui/wps.c')
-rw-r--r--apps/gui/wps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/wps.c b/apps/gui/wps.c
index cef232c6fc..4b0c7c056f 100644
--- a/apps/gui/wps.c
+++ b/apps/gui/wps.c
@@ -1035,7 +1035,7 @@ long gui_wps_show(void)
1035 gwps_leave_wps(true); 1035 gwps_leave_wps(true);
1036 if (browse_id3(audio_current_track(), 1036 if (browse_id3(audio_current_track(),
1037 playlist_get_display_index(), 1037 playlist_get_display_index(),
1038 playlist_amount())) 1038 playlist_amount(), NULL))
1039 return GO_TO_ROOT; 1039 return GO_TO_ROOT;
1040 restore = true; 1040 restore = true;
1041 } 1041 }