mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
update forms
This commit is contained in:
parent
7c15dc96cb
commit
41eb4a8d59
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user