1
0
Fork 0
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:
Magnus Holmgren 2005-07-17 11:19:01 +00:00
parent 2c2037044d
commit e69c2a9724

View file

@ -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];