diff options
| author | Tim Hobbs <jesus.tesh@gmail.com> | 2014-04-18 00:56:43 -0700 |
|---|---|---|
| committer | Tim Hobbs <jesus.tesh@gmail.com> | 2014-04-18 00:56:43 -0700 |
| commit | 1da36ba59d7449c0f6bf3bb83456fe0ac47a56b2 (patch) | |
| tree | bd3bbd9cfb3a66045a5ffc9d9dda3a8c8425a4a4 /MediaBrowser.Controller/Dlna/ControlRequest.cs | |
| parent | 3c11988f08c12a35cd2074eb7c5afa6fdaaa04f7 (diff) | |
| parent | b7b6f64f0089d7ce4ff8c3c5682fd8ede7311b1b (diff) | |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'MediaBrowser.Controller/Dlna/ControlRequest.cs')
| -rw-r--r-- | MediaBrowser.Controller/Dlna/ControlRequest.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Dlna/ControlRequest.cs b/MediaBrowser.Controller/Dlna/ControlRequest.cs index 74e68b7d0..a2b9f7a92 100644 --- a/MediaBrowser.Controller/Dlna/ControlRequest.cs +++ b/MediaBrowser.Controller/Dlna/ControlRequest.cs @@ -8,6 +8,8 @@ namespace MediaBrowser.Controller.Dlna public string InputXml { get; set; } + public string TargetServerUuId { get; set; } + public ControlRequest() { Headers = new Dictionary<string, string>(); @@ -20,6 +22,8 @@ namespace MediaBrowser.Controller.Dlna public string Xml { get; set; } + public bool IsSuccessful { get; set; } + public ControlResponse() { Headers = new Dictionary<string, string>(); |
