mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-10 10:54:12 +00:00
updated live tv + nuget
This commit is contained in:
parent
d576108411
commit
01e65c93ee
39 changed files with 1002 additions and 426 deletions
|
|
@ -445,6 +445,8 @@ namespace MediaBrowser.Common.Implementations.HttpClientManager
|
|||
{
|
||||
ValidateParams(options.Url, options.CancellationToken);
|
||||
|
||||
Directory.CreateDirectory(_appPaths.TempDirectory);
|
||||
|
||||
var tempFile = Path.Combine(_appPaths.TempDirectory, Guid.NewGuid() + ".tmp");
|
||||
|
||||
if (options.Progress == null)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue