summaryrefslogtreecommitdiff
path: root/apps/plugins/vbrfix.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/vbrfix.c')
-rw-r--r--apps/plugins/vbrfix.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/vbrfix.c b/apps/plugins/vbrfix.c
index 5aaf2ffada..622a0a4f07 100644
--- a/apps/plugins/vbrfix.c
+++ b/apps/plugins/vbrfix.c
@@ -155,8 +155,8 @@ static bool vbr_fix(const char *selected_file)
155 155
156 xingupdate(0); 156 xingupdate(0);
157 157
158 rc = rb->mp3info(&entry, selected_file); 158 rc = rb->get_metadata(&entry, -1, selected_file);
159 if(rc) { 159 if(!rc) {
160 fileerror(rc); 160 fileerror(rc);
161 return true; 161 return true;
162 } 162 }