[mpd] ignore requests for "notcommands"

This commit is contained in:
chme 2015-05-01 08:44:50 +02:00
parent bb01616315
commit eddcd8676d

View File

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