clients: add BubbleUPnP detection and enable subtitle support

This commit is contained in:
Justin Maggard 2014-04-28 12:04:19 -07:00
parent 13e3613dd6
commit f9c37fb205
2 changed files with 8 additions and 0 deletions

View File

@ -206,6 +206,13 @@ struct client_type_s client_types[] =
EUserAgent
},
{ EBubbleUPnP,
FLAG_CAPTION_RES,
"BubbleUPnP",
"BubbleUPnP",
EUserAgent
},
{ EStandardDLNA150,
FLAG_DLNA | FLAG_MIME_AVI_AVI,
"Generic DLNA 1.5",

View File

@ -74,6 +74,7 @@ enum client_types {
ESonyInternetTV,
EToshibaTV,
EAsusOPlay,
EBubbleUPnP,
EStandardDLNA150,
EStandardUPnP
};