mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-10 14:09:51 -05:00
Add support for Remote, the iPhone remote control for iTunes
Remote needs the same DAAP query quirk as iTunes and supports the same codecs.
This commit is contained in:
@@ -869,6 +869,7 @@ httpd_fixup_uri(struct evhttp_request *req)
|
||||
return strdup(uri);
|
||||
|
||||
if ((strncmp(ua, "iTunes", strlen("iTunes")) != 0)
|
||||
&& (strncmp(ua, "Remote", strlen("Remote")) != 0)
|
||||
&& (strncmp(ua, "Roku", strlen("Roku")) != 0))
|
||||
return strdup(uri);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user