mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-02 08:23:04 +00:00
update forms
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user