mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
PictureFlow: Make Shuffle options available
The "Playing Next..." menu couldn't display any options for shuffling tracks of an album before Change-Id: I54f4497394fb29877bf8bce0ef95a27c82eb2279
This commit is contained in:
parent
028eafaeef
commit
3ef49d9c5e
6 changed files with 18 additions and 16 deletions
|
|
@ -634,7 +634,7 @@ static enum pv_onplay_result onplay_menu(int index)
|
|||
{
|
||||
case 0:
|
||||
/* playlist */
|
||||
onplay_show_playlist_menu(current_track->name, NULL);
|
||||
onplay_show_playlist_menu(current_track->name, FILE_ATTR_AUDIO, NULL);
|
||||
ret = PV_ONPLAY_UNCHANGED;
|
||||
break;
|
||||
case 1:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue