[mpd] ignore requests for "urlhandlers"

This commit is contained in:
chme 2015-05-01 08:55:10 +02:00
parent eddcd8676d
commit 670187387f
1 changed files with 3 additions and 1 deletions

View File

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