浏览代码

update forms

Luke Pulverenti 9 年之前
父节点
当前提交
41eb4a8d59
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      MediaBrowser.Server.Implementations/LiveTv/Listings/XmlTvListingsProvider.cs

+ 2 - 1
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<Double>()
 
             }).ConfigureAwait(false);
             File.Copy(tempFile, cacheFile, true);