summaryrefslogtreecommitdiff
path: root/apps/plugins/lib/id3.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lib/id3.c')
-rw-r--r--apps/plugins/lib/id3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/lib/id3.c b/apps/plugins/lib/id3.c
index b0202b1d9c..6af715b1fb 100644
--- a/apps/plugins/lib/id3.c
+++ b/apps/plugins/lib/id3.c
@@ -35,5 +35,5 @@ bool retrieve_id3(struct mp3entry *id3, const char* file)
35 } 35 }
36#endif 36#endif
37 37
38 return !rb->mp3info(id3, file); 38 return rb->get_metadata(id3, -1, file);
39} 39}