aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common/Net/HttpRequestOptions.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-09-28 12:50:33 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-09-28 12:50:33 -0400
commitc05cb1dcb1bb51cadc6e413395f2adb63cbab6ad (patch)
tree1b376930053e5eaed96e24d4a8ea49c16ed419f2 /MediaBrowser.Common/Net/HttpRequestOptions.cs
parent3be25f8bfbe6286d47ab5cf400fac7673e284d61 (diff)
fix mac ffmpeg build
Diffstat (limited to 'MediaBrowser.Common/Net/HttpRequestOptions.cs')
-rw-r--r--MediaBrowser.Common/Net/HttpRequestOptions.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/MediaBrowser.Common/Net/HttpRequestOptions.cs b/MediaBrowser.Common/Net/HttpRequestOptions.cs
index 97da49318..72c781096 100644
--- a/MediaBrowser.Common/Net/HttpRequestOptions.cs
+++ b/MediaBrowser.Common/Net/HttpRequestOptions.cs
@@ -91,6 +91,9 @@ namespace MediaBrowser.Common.Net
public bool LogErrorResponseBody { get; set; }
public bool EnableKeepAlive { get; set; }
+ public bool EnableUnconditionalCache { get; set; }
+ public TimeSpan CacheLength { get; set; }
+
private string GetHeaderValue(string name)
{
string value;