remove unused property

This commit is contained in:
Luke Pulverenti
2016-12-28 01:08:18 -05:00
parent be390433dd
commit 5372c0bf23
37 changed files with 106 additions and 107 deletions

View File

@@ -39,9 +39,6 @@ namespace MediaBrowser.Model.Dlna
[XmlAttribute("enableSubtitlesInManifest")]
public bool EnableSubtitlesInManifest { get; set; }
[XmlAttribute("enableSplittingOnNonKeyFrames")]
public bool EnableSplittingOnNonKeyFrames { get; set; }
[XmlAttribute("maxAudioChannels")]
public string MaxAudioChannels { get; set; }