diff options
Diffstat (limited to 'Emby.Dlna/Profiles/XboxOneProfile.cs')
| -rw-r--r-- | Emby.Dlna/Profiles/XboxOneProfile.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Dlna/Profiles/XboxOneProfile.cs b/Emby.Dlna/Profiles/XboxOneProfile.cs index d497ee161f..46740cb311 100644 --- a/Emby.Dlna/Profiles/XboxOneProfile.cs +++ b/Emby.Dlna/Profiles/XboxOneProfile.cs @@ -3,7 +3,7 @@ using System.Xml.Serialization; namespace Emby.Dlna.Profiles { - [XmlRoot("Profile")] + [System.Xml.Serialization.XmlRoot("Profile")] public class XboxOneProfile : DefaultProfile { public XboxOneProfile() |
