add ForceLiveStream option

This commit is contained in:
Luke Pulverenti
2016-04-04 01:51:27 -04:00
parent 64795ef35b
commit c40002dee0
4 changed files with 8 additions and 1 deletions

View File

@@ -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>();