mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-27 23:55: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",
|
||||
.handler = mpd_command_unsubscribe
|
||||
},
|
||||
*/
|
||||
{
|
||||
.mpdcommand = "channels",
|
||||
.handler = mpd_command_channels
|
||||
.handler = mpd_command_ignore
|
||||
},
|
||||
/*
|
||||
{
|
||||
.mpdcommand = "readmessages",
|
||||
.handler = mpd_command_readmessages
|
||||
|
Loading…
Reference in New Issue
Block a user