aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/LiveTv
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2016-06-15 12:45:45 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2016-06-15 12:45:45 -0400
commit6118e5f966c4f26e44c4028ed946a701ec25e8be (patch)
treec992be7cf795030e2ecad913af01dbb726326b5e /MediaBrowser.Server.Implementations/LiveTv
parentc20674a2997b962d603b678fc50037e0d214970e (diff)
update xmltv downloading
Diffstat (limited to 'MediaBrowser.Server.Implementations/LiveTv')
-rw-r--r--MediaBrowser.Server.Implementations/LiveTv/Listings/XmlTvListingsProvider.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/LiveTv/Listings/XmlTvListingsProvider.cs b/MediaBrowser.Server.Implementations/LiveTv/Listings/XmlTvListingsProvider.cs
index d00112d07c..d536d3004f 100644
--- a/MediaBrowser.Server.Implementations/LiveTv/Listings/XmlTvListingsProvider.cs
+++ b/MediaBrowser.Server.Implementations/LiveTv/Listings/XmlTvListingsProvider.cs
@@ -66,7 +66,8 @@ namespace MediaBrowser.Server.Implementations.LiveTv.Listings
{
CancellationToken = cancellationToken,
Url = path,
- Progress = new Progress<Double>()
+ Progress = new Progress<Double>(),
+ EnableHttpCompression = false
}).ConfigureAwait(false);