clients: remove FLAG_SAMSUNG_DCM10 capability
I'm not entirely sure what this flag enables. But there are reports that is breaks browsing on Samsung Series F TV's. So we'll have to disable for now, until that gets sorted out by people who actually have Samsung TV's.
This commit is contained in:
parent
bb9d584a86
commit
25f6c01f85
@ -58,7 +58,7 @@ struct client_type_s client_types[] =
|
|||||||
/* User-Agent: DLNADOC/1.50 SEC_HHP_BD-D5100/1.0 */
|
/* User-Agent: DLNADOC/1.50 SEC_HHP_BD-D5100/1.0 */
|
||||||
{ ESamsungSeriesCDEBDP,
|
{ ESamsungSeriesCDEBDP,
|
||||||
FLAG_SAMSUNG | FLAG_DLNA | FLAG_NO_RESIZE,
|
FLAG_SAMSUNG | FLAG_DLNA | FLAG_NO_RESIZE,
|
||||||
"Samsung Series [CDE] BDP",
|
"Samsung Series [CDEF] BDP",
|
||||||
"SEC_HHP_BD",
|
"SEC_HHP_BD",
|
||||||
EUserAgent
|
EUserAgent
|
||||||
},
|
},
|
||||||
@ -66,8 +66,8 @@ struct client_type_s client_types[] =
|
|||||||
/* User-Agent: DLNADOC/1.50 SEC_HHP_[TV]UE40D7000/1.0 */
|
/* User-Agent: DLNADOC/1.50 SEC_HHP_[TV]UE40D7000/1.0 */
|
||||||
/* User-Agent: DLNADOC/1.50 SEC_HHP_ Family TV/1.0 */
|
/* User-Agent: DLNADOC/1.50 SEC_HHP_ Family TV/1.0 */
|
||||||
{ ESamsungSeriesCDE,
|
{ ESamsungSeriesCDE,
|
||||||
FLAG_SAMSUNG | FLAG_DLNA | FLAG_NO_RESIZE | FLAG_SAMSUNG_DCM10,
|
FLAG_SAMSUNG | FLAG_DLNA | FLAG_NO_RESIZE,
|
||||||
"Samsung Series [CDE]",
|
"Samsung Series [CDEF]",
|
||||||
"SEC_HHP_",
|
"SEC_HHP_",
|
||||||
EUserAgent
|
EUserAgent
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user