* Fix detection of Samsung Series D models.
This commit is contained in:
@ -302,7 +302,7 @@ intervening space) by either an integer or the keyword "infinite". */
|
|||||||
h->reqflags |= FLAG_DLNA;
|
h->reqflags |= FLAG_DLNA;
|
||||||
h->reqflags |= FLAG_MIME_AVI_DIVX;
|
h->reqflags |= FLAG_MIME_AVI_DIVX;
|
||||||
}
|
}
|
||||||
else if(strncmp(p, "SEC_HHP_", 8)==0)
|
else if(strstrc(p, "SEC_HHP_", '\r'))
|
||||||
{
|
{
|
||||||
h->req_client = ESamsungTV;
|
h->req_client = ESamsungTV;
|
||||||
h->reqflags |= FLAG_SAMSUNG;
|
h->reqflags |= FLAG_SAMSUNG;
|
||||||
|
Reference in New Issue
Block a user