mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-26 06:03:20 -05:00
[daap] RSS support: podcasts visible on IOS Remote app
IOS appl generates request for itunes.extended-media-kind: 4,36,6,7 when navigating "Podcasts" item on menu
This commit is contained in:
parent
d40131d38d
commit
10b10f8037
@ -481,7 +481,7 @@ user_agent_filter(struct query_params *qp, struct httpd_request *hreq)
|
||||
// contained extended_media_kind:1, which characterise the queries we want
|
||||
// to filter. TODO: Not a really nice way of doing this, but best I could
|
||||
// think of.
|
||||
if (!qp->filter || !strstr(qp->filter, "f.media_kind"))
|
||||
if (!qp->filter || !strstr(qp->filter, "f.media_kind") || (qp->filter && strstr(qp->filter, "f.media_kind = 4")))
|
||||
return;
|
||||
|
||||
filter = safe_asprintf("%s AND (f.data_kind <> %d)", qp->filter, DATA_KIND_HTTP);
|
||||
|
Loading…
x
Reference in New Issue
Block a user