forked from len0rd/rockbox
Bring back missing information (path, frequency) in the ID3 information screen.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7178 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2c2037044d
commit
e69c2a9724
1 changed files with 1 additions and 1 deletions
|
|
@ -1265,7 +1265,7 @@ bool browse_id3(void)
|
|||
struct mp3entry* id3 = audio_current_track();
|
||||
int button;
|
||||
int menu_pos = 0;
|
||||
int menu_max = 8;
|
||||
int menu_max = 10;
|
||||
bool exit = false;
|
||||
char scroll_text[MAX_PATH];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue