mirror of
https://github.com/owntone/owntone-server.git
synced 2025-02-15 23:52:32 -05: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",
|
||||
.handler = mpd_command_tagtypes
|
||||
},
|
||||
*/
|
||||
{
|
||||
.mpdcommand = "urlhandlers",
|
||||
.handler = mpd_command_urlhandlers
|
||||
.handler = mpd_command_ignore
|
||||
},
|
||||
/*
|
||||
{
|
||||
.mpdcommand = "decoders",
|
||||
.handler = mpd_command_decoders
|
||||
|
Loading…
x
Reference in New Issue
Block a user