aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Dlna/TranscodingProfile.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-03-28 15:58:18 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-03-28 15:58:18 -0400
commit57623886b25cd2104f326d5974ff8375ba4964f6 (patch)
tree12bfd28418705126bbdc045fc1707c2d80c86740 /MediaBrowser.Controller/Dlna/TranscodingProfile.cs
parent1dafb46b71aef08e45f265e6c1070d0a9270a78f (diff)
added generic remote control commands
Diffstat (limited to 'MediaBrowser.Controller/Dlna/TranscodingProfile.cs')
-rw-r--r--MediaBrowser.Controller/Dlna/TranscodingProfile.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Dlna/TranscodingProfile.cs b/MediaBrowser.Controller/Dlna/TranscodingProfile.cs
index 289333aa7..707f0c573 100644
--- a/MediaBrowser.Controller/Dlna/TranscodingProfile.cs
+++ b/MediaBrowser.Controller/Dlna/TranscodingProfile.cs
@@ -18,6 +18,9 @@ namespace MediaBrowser.Controller.Dlna
[XmlAttribute("audioCodec")]
public string AudioCodec { get; set; }
+ [XmlAttribute("protocol")]
+ public string Protocol { get; set; }
+
[XmlAttribute("estimateContentLength")]
public bool EstimateContentLength { get; set; }