diff options
Diffstat (limited to 'apps/plugins')
| -rw-r--r-- | apps/plugins/vbrfix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/vbrfix.c b/apps/plugins/vbrfix.c index 1beca26..0077340 100644 --- a/apps/plugins/vbrfix.c +++ b/apps/plugins/vbrfix.c @@ -145,7 +145,7 @@ static bool vbr_fix(char *selected_file) xingupdate(0); - rc = rb->mp3info(&entry, selected_file); + rc = rb->mp3info(&entry, selected_file, false); if(rc < 0) { fileerror(rc); return true; |