mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Show Track Info: Support fs tags in Playlist Viewer, Properties, and PictureFlow
Playlist Viewer falls back to splashf if there is not enough plugin buffer space left for running the view_text plugin . Change-Id: I418731018b03f396270b68e5e2d2e69635df1af0
This commit is contained in:
parent
4062a6aefc
commit
8f5128da16
11 changed files with 85 additions and 23 deletions
|
@ -700,7 +700,7 @@ static int browse_id3_wrapper(void)
|
|||
|
||||
if (browse_id3(audio_current_track(),
|
||||
playlist_get_display_index(),
|
||||
playlist_amount(), NULL, 1))
|
||||
playlist_amount(), NULL, 1, NULL))
|
||||
return GO_TO_ROOT;
|
||||
return GO_TO_PREVIOUS;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue