[mpd] ignore requests for "channels"

This commit is contained in:
chme 2015-05-09 05:52:03 +02:00
parent fefd91fabc
commit 91338c8548

View File

@ -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