aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-04-24 10:11:05 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-04-24 10:11:05 -0400
commitc6d9bdfd497c2e3ef4ea8882cfa9c58b8ec2cb19 (patch)
treef0b860bca2eee6f91fbe10fa8db8fcc8fcf96fca /MediaBrowser.Model
parenta748c660cb3b20fba0f141025a41afa4426a935c (diff)
updated dlna profiles
Diffstat (limited to 'MediaBrowser.Model')
-rw-r--r--MediaBrowser.Model/Dlna/DeviceProfile.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.Model/Dlna/DeviceProfile.cs b/MediaBrowser.Model/Dlna/DeviceProfile.cs
index 96ff10896..f6ca6b48f 100644
--- a/MediaBrowser.Model/Dlna/DeviceProfile.cs
+++ b/MediaBrowser.Model/Dlna/DeviceProfile.cs
@@ -70,7 +70,7 @@ namespace MediaBrowser.Model.Dlna
public bool RequiresPlainVideoItems { get; set; }
public bool RequiresPlainFolders { get; set; }
- public XmlAttribute[] ContentDirectoryRootAttributes { get; set; }
+ public XmlAttribute[] XmlRootAttributes { get; set; }
/// <summary>
/// Gets or sets the direct play profiles.
@@ -97,7 +97,7 @@ namespace MediaBrowser.Model.Dlna
CodecProfiles = new CodecProfile[] { };
ContainerProfiles = new ContainerProfile[] { };
- ContentDirectoryRootAttributes = new XmlAttribute[] { };
+ XmlRootAttributes = new XmlAttribute[] { };
SupportedMediaTypes = "Audio,Photo,Video";
}