From eddcd8676d15997f81861c2b6d9b65cf4ba7cb42 Mon Sep 17 00:00:00 2001 From: chme Date: Fri, 1 May 2015 08:44:50 +0200 Subject: [PATCH] [mpd] ignore requests for "notcommands" --- src/mpd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mpd.c b/src/mpd.c index 24ffa5e2..20c24950 100644 --- a/src/mpd.c +++ b/src/mpd.c @@ -3309,11 +3309,11 @@ static struct command mpd_handlers[] = .mpdcommand = "commands", .handler = mpd_command_commands }, - /* { .mpdcommand = "notcommands", - .handler = mpd_command_notcommands + .handler = mpd_command_ignore }, + /* { .mpdcommand = "tagtypes", .handler = mpd_command_tagtypes