From 91338c8548f4e374ccc25d2b04006b10454d6c92 Mon Sep 17 00:00:00 2001 From: chme Date: Sat, 9 May 2015 05:52:03 +0200 Subject: [PATCH] [mpd] ignore requests for "channels" --- src/mpd.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/mpd.c b/src/mpd.c index 945bd461..53579615 100644 --- a/src/mpd.c +++ b/src/mpd.c @@ -3504,10 +3504,12 @@ static struct command mpd_handlers[] = .mpdcommand = "unsubscribe", .handler = mpd_command_unsubscribe }, + */ { .mpdcommand = "channels", - .handler = mpd_command_channels + .handler = mpd_command_ignore }, + /* { .mpdcommand = "readmessages", .handler = mpd_command_readmessages