* Only count DLNA 1.5 clients as DLNA-compliant.

This commit is contained in:
Justin Maggard 2009-05-01 21:53:22 +00:00
parent 401da95831
commit b947187035

View File

@ -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;