diff options
Diffstat (limited to 'MediaBrowser.Dlna/Server/DescriptionXmlBuilder.cs')
| -rw-r--r-- | MediaBrowser.Dlna/Server/DescriptionXmlBuilder.cs | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/MediaBrowser.Dlna/Server/DescriptionXmlBuilder.cs b/MediaBrowser.Dlna/Server/DescriptionXmlBuilder.cs index 9efce5bb3..f4f724d07 100644 --- a/MediaBrowser.Dlna/Server/DescriptionXmlBuilder.cs +++ b/MediaBrowser.Dlna/Server/DescriptionXmlBuilder.cs @@ -137,6 +137,24 @@ namespace MediaBrowser.Dlna.Server { MimeType = "image/png", Depth = "24", + Width = 240, + Height = 240, + Url = "/mediabrowser/dlna/icons/logo240.png" + }); + + list.Add(new DeviceIcon + { + MimeType = "image/jpeg", + Depth = "24", + Width = 240, + Height = 240, + Url = "/mediabrowser/dlna/icons/logo240.jpg" + }); + + list.Add(new DeviceIcon + { + MimeType = "image/png", + Depth = "24", Width = 120, Height = 120, Url = "/mediabrowser/dlna/icons/logo120.png" |
