mirror of
https://github.com/owntone/owntone-server.git
synced 2025-02-05 10:48:09 -05:00
[dacp] Map discrete-pause to playpause command handler
This commit is contained in:
parent
3ba92aa860
commit
93730281f4
@ -2609,6 +2609,10 @@ static struct httpd_uri_map dacp_handlers[] =
|
|||||||
.regexp = "^/ctrl-int/[[:digit:]]+/pause$",
|
.regexp = "^/ctrl-int/[[:digit:]]+/pause$",
|
||||||
.handler = dacp_reply_pause
|
.handler = dacp_reply_pause
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
.regexp = "^/ctrl-int/[[:digit:]]+/discrete-pause$",
|
||||||
|
.handler = dacp_reply_playpause
|
||||||
|
},
|
||||||
{
|
{
|
||||||
.regexp = "^/ctrl-int/[[:digit:]]+/playpause$",
|
.regexp = "^/ctrl-int/[[:digit:]]+/playpause$",
|
||||||
.handler = dacp_reply_playpause
|
.handler = dacp_reply_playpause
|
||||||
|
Loading…
x
Reference in New Issue
Block a user