diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2004-07-27 14:10:48 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2004-07-27 14:10:48 +0000 |
| commit | f4f4111536951feed392a6869575ed80ffe87c4d (patch) | |
| tree | 8fe0b78734d37939ea6a20e1e2f8a867bbb31ad4 /apps/plugins | |
| parent | de0100fafb1075286f0a7a7390eb6ce8a3fbe1a0 (diff) | |
| download | rockbox-f4f4111536951feed392a6869575ed80ffe87c4d.zip rockbox-f4f4111536951feed392a6869575ed80ffe87c4d.tar.gz rockbox-f4f4111536951feed392a6869575ed80ffe87c4d.tar.bz2 rockbox-f4f4111536951feed392a6869575ed80ffe87c4d.tar.xz | |
Added possibility to select the priority of the ID3 tags
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4962 a1c6a512-1295-4272-9138-f99709370657
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; |