diff --git a/MediaBrowser.Dlna/DlnaManager.cs b/MediaBrowser.Dlna/DlnaManager.cs
index 124d0e675..95e2aaa77 100644
--- a/MediaBrowser.Dlna/DlnaManager.cs
+++ b/MediaBrowser.Dlna/DlnaManager.cs
@@ -530,6 +530,7 @@ namespace MediaBrowser.Dlna
new SonyBravia2011Profile(),
new SonyBravia2012Profile(),
new SonyBravia2013Profile(),
+ new SonyBravia2014Profile(),
new SonyBlurayPlayer2013Profile(),
new SonyBlurayPlayerProfile(),
new PanasonicVieraProfile(),
@@ -548,7 +549,7 @@ namespace MediaBrowser.Dlna
new PopcornHourProfile(),
new VlcProfile(),
new BubbleUpnpProfile(),
- new KodiProfile()
+ new KodiProfile(),
};
foreach (var item in list)
diff --git a/MediaBrowser.Dlna/MediaBrowser.Dlna.csproj b/MediaBrowser.Dlna/MediaBrowser.Dlna.csproj
index 055173a7c..a8cd3257c 100644
--- a/MediaBrowser.Dlna/MediaBrowser.Dlna.csproj
+++ b/MediaBrowser.Dlna/MediaBrowser.Dlna.csproj
@@ -81,7 +81,9 @@
+
+
@@ -223,6 +225,9 @@
Designer
+
+
+