1
0
Fork 0
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:
Linus Nielsen Feltzing 2004-07-27 14:10:48 +00:00
parent de0100fafb
commit f4f4111536
9 changed files with 129 additions and 147 deletions

View file

@ -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;