aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Dlna/Profiles/Xbox360Profile.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Dlna/Profiles/Xbox360Profile.cs')
-rw-r--r--MediaBrowser.Dlna/Profiles/Xbox360Profile.cs4
1 files changed, 3 insertions, 1 deletions
diff --git a/MediaBrowser.Dlna/Profiles/Xbox360Profile.cs b/MediaBrowser.Dlna/Profiles/Xbox360Profile.cs
index 660d821d34..640317fbcf 100644
--- a/MediaBrowser.Dlna/Profiles/Xbox360Profile.cs
+++ b/MediaBrowser.Dlna/Profiles/Xbox360Profile.cs
@@ -1,7 +1,9 @@
-using MediaBrowser.Controller.Dlna;
+using System.Xml.Serialization;
+using MediaBrowser.Controller.Dlna;
namespace MediaBrowser.Dlna.Profiles
{
+ [XmlRoot("Profile")]
public class Xbox360Profile : DefaultProfile
{
public Xbox360Profile()