aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/LiveTv/TunerHosts/SharedHttpStream.cs
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2019-03-08 20:32:14 +0100
committerDrPandemic <bipbip500@gmail.com>2019-06-18 22:20:34 -0400
commit0a5550b13d3a32ae7158dafb38eca6ed94e17d60 (patch)
tree85c3d429673640416ceb729437aaaf1e4bbb91e3 /Emby.Server.Implementations/LiveTv/TunerHosts/SharedHttpStream.cs
parent067200be83ff220c0aae501d138b0ab284370b60 (diff)
Remove more unused stuff
Diffstat (limited to 'Emby.Server.Implementations/LiveTv/TunerHosts/SharedHttpStream.cs')
-rw-r--r--Emby.Server.Implementations/LiveTv/TunerHosts/SharedHttpStream.cs6
1 files changed, 0 insertions, 6 deletions
diff --git a/Emby.Server.Implementations/LiveTv/TunerHosts/SharedHttpStream.cs b/Emby.Server.Implementations/LiveTv/TunerHosts/SharedHttpStream.cs
index d74cf3be2..e8b34da0c 100644
--- a/Emby.Server.Implementations/LiveTv/TunerHosts/SharedHttpStream.cs
+++ b/Emby.Server.Implementations/LiveTv/TunerHosts/SharedHttpStream.cs
@@ -47,13 +47,7 @@ namespace Emby.Server.Implementations.LiveTv.TunerHosts
CancellationToken = CancellationToken.None,
BufferContent = false,
- // Increase a little bit
- TimeoutMs = 30000,
-
EnableHttpCompression = false,
-
- LogResponse = true,
- LogResponseHeaders = true
};
foreach (var header in mediaSource.RequiredHttpHeaders)