mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-09-01 01:12:58 +00:00
Use real temp dir instead of cache dir for temp files (#12226)
This commit is contained in:
parent
5e840c1db6
commit
c666f9d050
10 changed files with 22 additions and 22 deletions
|
|
@ -466,7 +466,7 @@ namespace Emby.Server.Implementations.IO
|
|||
File.Copy(file1, temp1, true);
|
||||
|
||||
File.Copy(file2, file1, true);
|
||||
File.Copy(temp1, file2, true);
|
||||
File.Move(temp1, file2, true);
|
||||
}
|
||||
|
||||
/// <inheritdoc />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue