* Fix detection of Samsung Series D models.

This commit is contained in:
Justin Maggard
2011-08-18 18:34:59 +00:00
parent 2a164e31d4
commit f7202b9564

View File

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