Add user cinema mode setting

This commit is contained in:
Luke Pulverenti
2014-10-01 20:28:16 -04:00
parent 4aa959c1e2
commit 0690b4f2e0
73 changed files with 575 additions and 458 deletions

View File

@@ -233,7 +233,7 @@ namespace MediaBrowser.Common.Implementations.HttpClientManager
{
HttpResponseInfo response;
if (!options.EnableUnconditionalCache)
if (options.CacheMode == CacheMode.None)
{
response = await SendAsyncInternal(options, httpMethod).ConfigureAwait(false);
return response;