From 670187387feca3ba3143d0ff7787c5e83e2d0756 Mon Sep 17 00:00:00 2001 From: chme Date: Fri, 1 May 2015 08:55:10 +0200 Subject: [PATCH] [mpd] ignore requests for "urlhandlers" --- src/mpd.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/mpd.c b/src/mpd.c index 20c24950..95f9efef 100644 --- a/src/mpd.c +++ b/src/mpd.c @@ -3318,10 +3318,12 @@ static struct command mpd_handlers[] = .mpdcommand = "tagtypes", .handler = mpd_command_tagtypes }, + */ { .mpdcommand = "urlhandlers", - .handler = mpd_command_urlhandlers + .handler = mpd_command_ignore }, + /* { .mpdcommand = "decoders", .handler = mpd_command_decoders