restore ForceLiveStream param

This commit is contained in:
Luke Pulverenti
2016-04-21 00:04:57 -04:00
parent a38086126f
commit c59b4329f4
7 changed files with 36 additions and 35 deletions

View File

@@ -19,7 +19,7 @@ namespace MediaBrowser.Model.Dlna
[XmlAttribute("protocol")]
public string Protocol { get; set; }
[XmlAttribute("estimateContentLength")]
public bool EstimateContentLength { get; set; }
@@ -35,6 +35,9 @@ namespace MediaBrowser.Model.Dlna
[XmlAttribute("context")]
public EncodingContext Context { get; set; }
[XmlAttribute("forceLiveStream")]
public bool ForceLiveStream { get; set; }
public List<string> GetAudioCodecs()
{
List<string> list = new List<string>();