[dacp] Map discrete-pause to playpause command handler

This commit is contained in:
ejurgensen 2018-09-06 22:04:55 +02:00
parent 3ba92aa860
commit 93730281f4

View File

@ -2609,6 +2609,10 @@ static struct httpd_uri_map dacp_handlers[] =
.regexp = "^/ctrl-int/[[:digit:]]+/pause$",
.handler = dacp_reply_pause
},
{
.regexp = "^/ctrl-int/[[:digit:]]+/discrete-pause$",
.handler = dacp_reply_playpause
},
{
.regexp = "^/ctrl-int/[[:digit:]]+/playpause$",
.handler = dacp_reply_playpause