From 5274fee8a71cc5901649b984bc4488c9677feadf Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 22 Dec 2010 19:46:41 +0100 Subject: playlist_song: add flag "secure" Optionally allow all local files. "Insecure" mode is used for printing playlists. --- src/command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/command.c') diff --git a/src/command.c b/src/command.c index 781547b44..ccdaf264a 100644 --- a/src/command.c +++ b/src/command.c @@ -747,7 +747,7 @@ handle_load(struct client *client, G_GNUC_UNUSED int argc, char *argv[]) { enum playlist_result result; - result = playlist_open_into_queue(argv[1], &g_playlist); + result = playlist_open_into_queue(argv[1], &g_playlist, true); if (result != PLAYLIST_RESULT_NO_SUCH_LIST) return result; -- cgit v1.2.3