mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 06:23:03 +03:00
Add user cinema mode setting
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user