forked from len0rd/rockbox
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
This commit is contained in:
parent
de0100fafb
commit
f4f4111536
9 changed files with 129 additions and 147 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue