1
0
Fork 0
forked from len0rd/rockbox

Remove mp3info function & remove list_do_action from plugin_api

Change-Id: Ia9a2d6889679832f23b19a989927277ba886cba4
This commit is contained in:
Christian Soffke 2024-07-24 18:39:06 +02:00
parent 13830439fa
commit 23e5f77ab0
12 changed files with 31 additions and 57 deletions

View file

@ -4040,7 +4040,7 @@ static int show_id3_info(const char *selected_file)
i = 0;
do {
file_name = i == 0 ? selected_file : get_track_filename(i);
if (rb->mp3info(&id3, file_name))
if (!rb->get_metadata(&id3, -1, file_name))
return 0;
if (is_multiple_tracks)