mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-29 12:14:49 +03:00
updated dlna profiles
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user