mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-28 16:15:57 -05:00
[mpd] ignore requests for "channels"
This commit is contained in:
parent
fefd91fabc
commit
91338c8548
@ -3504,10 +3504,12 @@ static struct command mpd_handlers[] =
|
|||||||
.mpdcommand = "unsubscribe",
|
.mpdcommand = "unsubscribe",
|
||||||
.handler = mpd_command_unsubscribe
|
.handler = mpd_command_unsubscribe
|
||||||
},
|
},
|
||||||
|
*/
|
||||||
{
|
{
|
||||||
.mpdcommand = "channels",
|
.mpdcommand = "channels",
|
||||||
.handler = mpd_command_channels
|
.handler = mpd_command_ignore
|
||||||
},
|
},
|
||||||
|
/*
|
||||||
{
|
{
|
||||||
.mpdcommand = "readmessages",
|
.mpdcommand = "readmessages",
|
||||||
.handler = mpd_command_readmessages
|
.handler = mpd_command_readmessages
|
||||||
|
Loading…
Reference in New Issue
Block a user