forked from len0rd/rockbox
Track Info: Show number of tracks being inspected
Applies to the database and PictureFlow
+ fix red 6ca57ec
Change-Id: If708851ebdfe075e9d6ea3f2e2dd790cc9deac94
This commit is contained in:
parent
6ca57ec389
commit
43b0fba75d
9 changed files with 30 additions and 18 deletions
|
@ -4027,7 +4027,7 @@ static int show_id3_info(const char *selected_file)
|
|||
if (is_multiple_tracks)
|
||||
finalize_id3(&id3);
|
||||
|
||||
return rb->browse_id3(&id3, 0, 0, NULL, i > 1) ? PLUGIN_USB_CONNECTED : 0;
|
||||
return rb->browse_id3(&id3, 0, 0, NULL, i) ? PLUGIN_USB_CONNECTED : 0;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue