From 25f6c01f8591060956efc214e880f0cb445ee3d2 Mon Sep 17 00:00:00 2001 From: Justin Maggard Date: Thu, 5 Jun 2014 13:10:51 -0700 Subject: [PATCH] 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. --- clients.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/clients.c b/clients.c index 78d6453..ed92bd6 100644 --- a/clients.c +++ b/clients.c @@ -58,7 +58,7 @@ struct client_type_s client_types[] = /* User-Agent: DLNADOC/1.50 SEC_HHP_BD-D5100/1.0 */ { ESamsungSeriesCDEBDP, FLAG_SAMSUNG | FLAG_DLNA | FLAG_NO_RESIZE, - "Samsung Series [CDE] BDP", + "Samsung Series [CDEF] BDP", "SEC_HHP_BD", 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_ Family TV/1.0 */ { ESamsungSeriesCDE, - FLAG_SAMSUNG | FLAG_DLNA | FLAG_NO_RESIZE | FLAG_SAMSUNG_DCM10, - "Samsung Series [CDE]", + FLAG_SAMSUNG | FLAG_DLNA | FLAG_NO_RESIZE, + "Samsung Series [CDEF]", "SEC_HHP_", EUserAgent },