From 3ef49d9c5e92579dcb7e51e081b27fddf8c7b9b4 Mon Sep 17 00:00:00 2001 From: Christian Soffke Date: Fri, 26 May 2023 03:24:45 +0200 Subject: PictureFlow: Make Shuffle options available The "Playing Next..." menu couldn't display any options for shuffling tracks of an album before Change-Id: I54f4497394fb29877bf8bce0ef95a27c82eb2279 --- 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 e3a3b1bea7..28b919b008 100644 --- a/apps/playlist_viewer.c +++ b/apps/playlist_viewer.c @@ -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: -- cgit v1.2.3