mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-02-19 19:12:26 +00:00
Unwrapped CreateDirectory and DeleteDirectory
This commit is contained in:
@@ -128,7 +128,7 @@ namespace Emby.Server.Implementations.ScheduledTasks.Tasks
|
||||
{
|
||||
try
|
||||
{
|
||||
_fileSystem.DeleteDirectory(directory, false);
|
||||
Directory.Delete(directory, false);
|
||||
}
|
||||
catch (UnauthorizedAccessException ex)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user