update dlna profiles

This commit is contained in:
Luke Pulverenti
2015-05-11 19:04:54 -04:00
parent 6cff1937ad
commit 46c7db39ca
26 changed files with 58 additions and 12 deletions

View File

@@ -77,6 +77,7 @@ namespace MediaBrowser.Model.Dlna
public bool EnableMSMediaReceiverRegistrar { get; set; }
public bool IgnoreTranscodeByteRangeRequests { get; set; }
public bool EnableDlnaProtocol { get; set; }
public XmlAttribute[] XmlRootAttributes { get; set; }