From e3b8b7fa80320f0c8bbc84d4364ea83b5991db20 Mon Sep 17 00:00:00 2001 From: Christian Soffke Date: Wed, 29 Dec 2021 20:24:51 +0100 Subject: 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 --- apps/playlist_viewer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/playlist_viewer.c') diff --git a/apps/playlist_viewer.c b/apps/playlist_viewer.c index 63d8697ee8..b0f30ea8a1 100644 --- a/apps/playlist_viewer.c +++ b/apps/playlist_viewer.c @@ -535,7 +535,7 @@ static int onplay_menu(int index) { case 0: /* playlist */ - onplay_show_playlist_menu(current_track->name); + onplay_show_playlist_menu(current_track->name, NULL); ret = 0; break; case 1: -- cgit v1.2.3