summaryrefslogtreecommitdiff
path: root/apps/plugins/test_codec.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/test_codec.c')
-rw-r--r--apps/plugins/test_codec.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/plugins/test_codec.c b/apps/plugins/test_codec.c
index 4346a23304..94be6b7397 100644
--- a/apps/plugins/test_codec.c
+++ b/apps/plugins/test_codec.c
@@ -537,8 +537,7 @@ static enum plugin_status test_track(char* filename)
537 /* Clear the id3 struct */ 537 /* Clear the id3 struct */
538 rb->memset(&track.id3, 0, sizeof(struct mp3entry)); 538 rb->memset(&track.id3, 0, sizeof(struct mp3entry));
539 539
540 if (!rb->get_metadata(&(track.id3), fd, filename, 540 if (!rb->get_metadata(&(track.id3), fd, filename))
541 rb->global_settings->id3_v1_first))
542 { 541 {
543 log_text("Cannot read metadata",true); 542 log_text("Cannot read metadata",true);
544 return PLUGIN_ERROR; 543 return PLUGIN_ERROR;