mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
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:
parent
4b293285ea
commit
f3358eb20a
6 changed files with 156 additions and 221 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue