From 7f265ee8dd062a015e214b16f9c41fc27e867f22 Mon Sep 17 00:00:00 2001 From: Christian Soffke Date: Tue, 16 Aug 2022 13:10:13 +0200 Subject: Database: Add ability to insert multiple files into playlists You could only add single files to playlists from the database browser before. This enables adding any database selection to a new or existing playlist. Change-Id: I811c7167641c589944bb2afc18dcc1d299a7b979 --- 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 c9b027ea63..4e3d8bade2 100644 --- a/apps/playlist_viewer.c +++ b/apps/playlist_viewer.c @@ -630,7 +630,7 @@ static enum pv_onplay_result onplay_menu(int index) break; case 1: /* add to catalog */ - onplay_show_playlist_cat_menu(current_track->name); + onplay_show_playlist_cat_menu(current_track->name, FILE_ATTR_AUDIO, NULL); ret = PV_ONPLAY_UNCHANGED; break; case 2: -- cgit v1.2.3