mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 01:34:45 +03:00
updated live tv + nuget
This commit is contained in:
@@ -796,6 +796,8 @@ namespace MediaBrowser.Api.Images
|
||||
/// <param name="file2">The file2.</param>
|
||||
private void SwapFiles(string file1, string file2)
|
||||
{
|
||||
Directory.CreateDirectory(_appPaths.TempDirectory);
|
||||
|
||||
var temp1 = Path.Combine(_appPaths.TempDirectory, Guid.NewGuid() + ".tmp");
|
||||
var temp2 = Path.Combine(_appPaths.TempDirectory, Guid.NewGuid() + ".tmp");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user