aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/LiveTv/TunerHosts/SharedHttpStream.cs
diff options
context:
space:
mode:
authorJoshua M. Boniface <joshua@boniface.me>2019-07-06 17:01:35 -0400
committerGitHub <noreply@github.com>2019-07-06 17:01:35 -0400
commit4f17ed961e2756e0c65b1bb0246e7f62a5f44a8a (patch)
tree7cf5c09548c788d77da61dde6f70d78b0c0f3800 /Emby.Server.Implementations/LiveTv/TunerHosts/SharedHttpStream.cs
parent54c6f02ebb40523bda6a6ee2375037146556a0c7 (diff)
parent5fc4ad6c4e9aab8246e70a064c8506d050cf2147 (diff)
Merge pull request #1514 from Bond-009/httpclient2v10.3.6
Fix issues with HttpClientManager
Diffstat (limited to 'Emby.Server.Implementations/LiveTv/TunerHosts/SharedHttpStream.cs')
-rw-r--r--Emby.Server.Implementations/LiveTv/TunerHosts/SharedHttpStream.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/LiveTv/TunerHosts/SharedHttpStream.cs b/Emby.Server.Implementations/LiveTv/TunerHosts/SharedHttpStream.cs
index e8b34da0c..60c914898 100644
--- a/Emby.Server.Implementations/LiveTv/TunerHosts/SharedHttpStream.cs
+++ b/Emby.Server.Implementations/LiveTv/TunerHosts/SharedHttpStream.cs
@@ -47,7 +47,7 @@ namespace Emby.Server.Implementations.LiveTv.TunerHosts
CancellationToken = CancellationToken.None,
BufferContent = false,
- EnableHttpCompression = false,
+ DecompressionMethod = CompressionMethod.None,
};
foreach (var header in mediaSource.RequiredHttpHeaders)