diff options
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>(); |
