From de8ee6c9e98af821bcf1579ea2edac2a561a2fee Mon Sep 17 00:00:00 2001 From: Christian Soffke Date: Sun, 2 Jan 2022 13:59:20 +0100 Subject: PictureFlow: Switch between albums from track view Prev/next buttons on iPods or Fiio M3k can now be used to select another album without having to return to the albums view first. Scroll wheel/strip handles scrolling up and down in the track list as before. Other targets probably have the necessary buttons for this, so the keymap can be extended in the future (same goes for alphabetic browsing) Also prevents queue overflow and handles failure case for track list tagcache retrieval. Change-Id: Ic8ff4471e1583d1ab1f7d16911b15705a7f60aca --- apps/plugin.c | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/plugin.c') diff --git a/apps/plugin.c b/apps/plugin.c index 0168a26323..aa69b9ca03 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -806,6 +806,7 @@ static const struct plugin_api rockbox_api = { playlist_insert_playlist, battery_current, onplay_show_playlist_menu, + queue_remove_from_head, }; static int plugin_buffer_handle; -- cgit v1.2.3