mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
PictureFlow: Utilize "Current Playlist" menu (+ GS fixes)
When appending tracks, they were always inserted last. You can now choose from the usual options offered by the "Current Playlst" context menu to queue or to insert tracks at the requested position. The splash after appending that forced you to wait for 2s has been eliminated. Also fixes crashes on targets that use the grey_core lib if a splash showed up when playback was started, e.g. LANG_PLAYLIST_CONTROL_ACCESS_ERROR, or when PictureFlow quit. Change-Id: I661c59057b5315ba793ee1674f7a2ea1ffd7968d
This commit is contained in:
parent
bfe3dac3ba
commit
e3b8b7fa80
7 changed files with 148 additions and 104 deletions
|
@ -633,7 +633,7 @@ int do_shortcut_menu(void *ignored)
|
|||
}
|
||||
else
|
||||
{
|
||||
onplay_show_playlist_menu(sc->u.path);
|
||||
onplay_show_playlist_menu(sc->u.path, NULL);
|
||||
}
|
||||
break;
|
||||
case SHORTCUT_FILE:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue