diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-05-05 00:36:45 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-05-05 00:36:45 -0400 |
| commit | ac69327f1fa866c20630d9d0e0c663472b726c79 (patch) | |
| tree | 3d7dfd7627d13201cc74bcd1f0302b67bf6c16b2 /MediaBrowser.Common/Net/HttpRequestOptions.cs | |
| parent | 8aadbf35136874ac7a279f8bc0f3a4a02a131313 (diff) | |
check in open subtitles stub
Diffstat (limited to 'MediaBrowser.Common/Net/HttpRequestOptions.cs')
| -rw-r--r-- | MediaBrowser.Common/Net/HttpRequestOptions.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Common/Net/HttpRequestOptions.cs b/MediaBrowser.Common/Net/HttpRequestOptions.cs index c7277eba8..11152b30f 100644 --- a/MediaBrowser.Common/Net/HttpRequestOptions.cs +++ b/MediaBrowser.Common/Net/HttpRequestOptions.cs @@ -69,6 +69,7 @@ namespace MediaBrowser.Common.Net public string RequestContentType { get; set; } public string RequestContent { get; set; } + public byte[] RequestContentBytes { get; set; } public bool BufferContent { get; set; } |
