* Only count DLNA 1.5 clients as DLNA-compliant.
This commit is contained in:
parent
401da95831
commit
b947187035
@ -222,7 +222,7 @@ intervening space) by either an integer or the keyword "infinite". */
|
||||
h->req_client = ESamsungTV;
|
||||
h->reqflags |= FLAG_DLNA;
|
||||
}
|
||||
else if(strcasestr(p, "DLNADOC/"))
|
||||
else if(strcasestr(p, "DLNADOC/1.50"))
|
||||
{
|
||||
h->req_client = EUnknownClient;
|
||||
h->reqflags |= FLAG_DLNA;
|
||||
|
Loading…
x
Reference in New Issue
Block a user