Properties plugin: Eliminate redundant Track Info code

When opening an audio file from the file
browser or database using the Properties
plugin, it will now use existing code from
the Show Track Info screen for displaying
metadata. The menu option has been
renamed accordingly.

Change-Id: I5a824865b9f980151b91aff3c3c18ec45830a12c
This commit is contained in:
Christian Soffke 2022-04-10 06:29:01 +02:00 committed by William Wilgus
parent 4b293285ea
commit f3358eb20a
6 changed files with 156 additions and 221 deletions

View file

@ -7,7 +7,7 @@
* \/ \/ \/ \/ \/
* $Id$
*
* Copyright (C) 2002 Björn Stenberg
* Copyright (C) 2002 Björn Stenberg
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@ -815,6 +815,7 @@ static const struct plugin_api rockbox_api = {
#endif
sys_poweroff,
sys_reboot,
browse_id3,
};
static int plugin_buffer_handle;