mirror of
https://github.com/owntone/owntone-server.git
synced 2025-07-12 18:41:08 -04:00
[mpd] ignore requests for "urlhandlers"
This commit is contained in:
parent
eddcd8676d
commit
670187387f
@ -3318,10 +3318,12 @@ static struct command mpd_handlers[] =
|
|||||||
.mpdcommand = "tagtypes",
|
.mpdcommand = "tagtypes",
|
||||||
.handler = mpd_command_tagtypes
|
.handler = mpd_command_tagtypes
|
||||||
},
|
},
|
||||||
|
*/
|
||||||
{
|
{
|
||||||
.mpdcommand = "urlhandlers",
|
.mpdcommand = "urlhandlers",
|
||||||
.handler = mpd_command_urlhandlers
|
.handler = mpd_command_ignore
|
||||||
},
|
},
|
||||||
|
/*
|
||||||
{
|
{
|
||||||
.mpdcommand = "decoders",
|
.mpdcommand = "decoders",
|
||||||
.handler = mpd_command_decoders
|
.handler = mpd_command_decoders
|
||||||
|
Loading…
x
Reference in New Issue
Block a user