From 23e5f77ab0c5f80de4091b365165276cfe9899dd Mon Sep 17 00:00:00 2001 From: Christian Soffke Date: Wed, 24 Jul 2024 18:39:06 +0200 Subject: Remove mp3info function & remove list_do_action from plugin_api Change-Id: Ia9a2d6889679832f23b19a989927277ba886cba4 --- apps/plugins/vbrfix.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/plugins/vbrfix.c') diff --git a/apps/plugins/vbrfix.c b/apps/plugins/vbrfix.c index 5aaf2ffada..622a0a4f07 100644 --- a/apps/plugins/vbrfix.c +++ b/apps/plugins/vbrfix.c @@ -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; } -- cgit v1.2.3