mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-23 09:14:45 +03:00
Fixed inlining local-variable artifact.
This commit is contained in:
@@ -210,8 +210,7 @@ namespace Emby.Server.Implementations.AppBase
|
||||
{
|
||||
var file = Path.Combine(path, Guid.NewGuid().ToString());
|
||||
|
||||
string text = string.Empty;
|
||||
File.WriteAllText(file, text);
|
||||
File.WriteAllText(file, string.Empty);
|
||||
FileSystem.DeleteFile(file);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user