summaryrefslogtreecommitdiff
path: root/apps/plugins/properties.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/properties.c')
-rw-r--r--apps/plugins/properties.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/properties.c b/apps/plugins/properties.c
index ca18d49f50..0811b00ed3 100644
--- a/apps/plugins/properties.c
+++ b/apps/plugins/properties.c
@@ -100,9 +100,9 @@ static bool file_properties(char* selected_file)
100#if (CONFIG_CODEC == SWCODEC) 100#if (CONFIG_CODEC == SWCODEC)
101 int fd = rb->open(selected_file, O_RDONLY); 101 int fd = rb->open(selected_file, O_RDONLY);
102 if (fd >= 0 && 102 if (fd >= 0 &&
103 rb->get_metadata(&id3, fd, selected_file, false)) 103 rb->get_metadata(&id3, fd, selected_file))
104#else 104#else
105 if (!rb->mp3info(&id3, selected_file, false)) 105 if (!rb->mp3info(&id3, selected_file))
106#endif 106#endif
107 { 107 {
108 rb->snprintf(str_artist, sizeof str_artist, 108 rb->snprintf(str_artist, sizeof str_artist,