mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-10 14:09:51 -05:00
[mpd] ignore requests for "notcommands"
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user