clients: separate Samsung BDP and TV client types again
Advertising the DCM10 vendor-specific feature to Samsung Series C and D (at least) players causes them to always browse ContainerID 1, no matter which section is chosen from their GUI. Treat TVs and BDPs as separate client types with unique features.
This commit is contained in:
@ -918,7 +918,7 @@ ProcessHttpQuery_upnphttp(struct upnphttp * h)
|
||||
friendly_name[i] = '\0';
|
||||
memcpy(modelnumber, model_sav, 2);
|
||||
}
|
||||
else if( client_types[h->req_client].flags & FLAG_SAMSUNG_TV )
|
||||
else if( client_types[h->req_client].flags & FLAG_SAMSUNG_DCM10 )
|
||||
{
|
||||
sendXMLdesc(h, genRootDescSamsung);
|
||||
}
|
||||
|
Reference in New Issue
Block a user