* Fix detection of Samsung Series D models.
This commit is contained in:
parent
2a164e31d4
commit
f7202b9564
@ -302,7 +302,7 @@ intervening space) by either an integer or the keyword "infinite". */
|
||||
h->reqflags |= FLAG_DLNA;
|
||||
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->reqflags |= FLAG_SAMSUNG;
|
||||
|
Loading…
x
Reference in New Issue
Block a user