mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-29 08:33:23 -05:00
[mpd] ignore requests for "notcommands"
This commit is contained in:
parent
bb01616315
commit
eddcd8676d
@ -3309,11 +3309,11 @@ static struct command mpd_handlers[] =
|
|||||||
.mpdcommand = "commands",
|
.mpdcommand = "commands",
|
||||||
.handler = mpd_command_commands
|
.handler = mpd_command_commands
|
||||||
},
|
},
|
||||||
/*
|
|
||||||
{
|
{
|
||||||
.mpdcommand = "notcommands",
|
.mpdcommand = "notcommands",
|
||||||
.handler = mpd_command_notcommands
|
.handler = mpd_command_ignore
|
||||||
},
|
},
|
||||||
|
/*
|
||||||
{
|
{
|
||||||
.mpdcommand = "tagtypes",
|
.mpdcommand = "tagtypes",
|
||||||
.handler = mpd_command_tagtypes
|
.handler = mpd_command_tagtypes
|
||||||
|
Loading…
Reference in New Issue
Block a user