clients: merge samsung Series C client id
A Samsung TV cannot be reliably detected by checking for "SEC_HHP_TV" User Agent. Only the first part can be guaranteed, eg. "SEC_HHP_" as the rest can be changed by the end user. Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk>
This commit is contained in:
committed by
Justin Maggard
parent
ff76966a1c
commit
e2c73f163d
12
clients.c
12
clients.c
@ -53,17 +53,9 @@ struct client_type_s client_types[] =
|
||||
EXAVClientInfo
|
||||
},
|
||||
|
||||
{ ESamsungSeriesCTV,
|
||||
{ ESamsungSeriesCDE,
|
||||
FLAG_SAMSUNG | FLAG_DLNA | FLAG_NO_RESIZE | FLAG_SAMSUNG_TV,
|
||||
"Samsung Series C TV",
|
||||
"SEC_HHP_TV",
|
||||
EUserAgent
|
||||
},
|
||||
|
||||
/* User-Agent: DLNADOC/1.50 SEC_HHP_BD-D5100/1.0 */
|
||||
{ ESamsungSeriesC,
|
||||
FLAG_SAMSUNG | FLAG_DLNA | FLAG_NO_RESIZE,
|
||||
"Samsung Series C",
|
||||
"Samsung Series C/D/E",
|
||||
"SEC_HHP_",
|
||||
EUserAgent
|
||||
},
|
||||
|
Reference in New Issue
Block a user