diff --git a/MediaBrowser.Server.Implementations/LiveTv/Listings/XmlTvListingsProvider.cs b/MediaBrowser.Server.Implementations/LiveTv/Listings/XmlTvListingsProvider.cs index 3627181128..46794714c0 100644 --- a/MediaBrowser.Server.Implementations/LiveTv/Listings/XmlTvListingsProvider.cs +++ b/MediaBrowser.Server.Implementations/LiveTv/Listings/XmlTvListingsProvider.cs @@ -58,7 +58,8 @@ namespace MediaBrowser.Server.Implementations.LiveTv.Listings var tempFile = await _httpClient.GetTempFile(new HttpRequestOptions { CancellationToken = cancellationToken, - Url = path + Url = path, + Progress = new Progress() }).ConfigureAwait(false); File.Copy(tempFile, cacheFile, true);