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