update firefox profile

This commit is contained in:
Luke Pulverenti
2016-05-14 01:40:01 -04:00
parent 4837b08e7d
commit 187b1099bc
5 changed files with 36 additions and 6 deletions

View File

@@ -38,6 +38,9 @@ namespace MediaBrowser.Model.Dlna
[XmlAttribute("forceLiveStream")]
public bool ForceLiveStream { get; set; }
[XmlAttribute("maxAudioChannels")]
public string MaxAudioChannels { get; set; }
public List<string> GetAudioCodecs()
{
List<string> list = new List<string>();