diff --git a/src/httpd_dacp.c b/src/httpd_dacp.c index d26e4ab7..94011470 100644 --- a/src/httpd_dacp.c +++ b/src/httpd_dacp.c @@ -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