mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-27 23:55:57 -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",
|
||||
.handler = mpd_command_commands
|
||||
},
|
||||
/*
|
||||
{
|
||||
.mpdcommand = "notcommands",
|
||||
.handler = mpd_command_notcommands
|
||||
.handler = mpd_command_ignore
|
||||
},
|
||||
/*
|
||||
{
|
||||
.mpdcommand = "tagtypes",
|
||||
.handler = mpd_command_tagtypes
|
||||
|
Loading…
Reference in New Issue
Block a user