Fixed inlining local-variable artifact.
This commit is contained in:
parent
d3afa53191
commit
1d1d7e8a37
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user