mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-27 04:16:47 +00:00
Add user cinema mode setting
This commit is contained in:
parent
4aa959c1e2
commit
0690b4f2e0
73 changed files with 575 additions and 458 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue