mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Remove mp3info function & remove list_do_action from plugin_api
Change-Id: Ia9a2d6889679832f23b19a989927277ba886cba4
This commit is contained in:
parent
13830439fa
commit
23e5f77ab0
12 changed files with 31 additions and 57 deletions
|
@ -155,8 +155,8 @@ static bool vbr_fix(const char *selected_file)
|
|||
|
||||
xingupdate(0);
|
||||
|
||||
rc = rb->mp3info(&entry, selected_file);
|
||||
if(rc) {
|
||||
rc = rb->get_metadata(&entry, -1, selected_file);
|
||||
if(!rc) {
|
||||
fileerror(rc);
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue