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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/vbrfix.c b/apps/plugins/vbrfix.c
index 1beca2669d..0077340ec9 100644
--- a/apps/plugins/vbrfix.c
+++ b/apps/plugins/vbrfix.c
@@ -145,7 +145,7 @@ static bool vbr_fix(char *selected_file)
145 145
146 xingupdate(0); 146 xingupdate(0);
147 147
148 rc = rb->mp3info(&entry, selected_file); 148 rc = rb->mp3info(&entry, selected_file, false);
149 if(rc < 0) { 149 if(rc < 0) {
150 fileerror(rc); 150 fileerror(rc);
151 return true; 151 return true;