aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Dlna/Profiles/XboxOneProfile.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Dlna/Profiles/XboxOneProfile.cs')
-rw-r--r--MediaBrowser.Dlna/Profiles/XboxOneProfile.cs4
1 files changed, 3 insertions, 1 deletions
diff --git a/MediaBrowser.Dlna/Profiles/XboxOneProfile.cs b/MediaBrowser.Dlna/Profiles/XboxOneProfile.cs
index 0daa5d7a2a..058c69e1ff 100644
--- a/MediaBrowser.Dlna/Profiles/XboxOneProfile.cs
+++ b/MediaBrowser.Dlna/Profiles/XboxOneProfile.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 XboxOneProfile : DefaultProfile
{
public XboxOneProfile()