updated dlna profiles

This commit is contained in:
Luke Pulverenti
2014-04-24 10:11:05 -04:00
parent a748c660cb
commit c6d9bdfd49
30 changed files with 45 additions and 40 deletions

View File

@@ -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";
}