mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-27 06:33:21 -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$",
|
||||
.handler = dacp_reply_pause
|
||||
},
|
||||
{
|
||||
.regexp = "^/ctrl-int/[[:digit:]]+/discrete-pause$",
|
||||
.handler = dacp_reply_playpause
|
||||
},
|
||||
{
|
||||
.regexp = "^/ctrl-int/[[:digit:]]+/playpause$",
|
||||
.handler = dacp_reply_playpause
|
||||
|
Loading…
x
Reference in New Issue
Block a user