update hls playback

This commit is contained in:
Luke Pulverenti
2016-04-20 14:51:47 -04:00
parent 7af173a8d5
commit a38086126f
11 changed files with 26 additions and 33 deletions

View File

@@ -35,9 +35,6 @@ 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>();