mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 01:34:45 +03:00
Unwrapped CreateDirectory and DeleteDirectory
This commit is contained in:
@@ -75,7 +75,7 @@ namespace Emby.Server.Implementations.FFMpeg
|
||||
Version = version
|
||||
};
|
||||
|
||||
_fileSystem.CreateDirectory(versionedDirectoryPath);
|
||||
Directory.CreateDirectory(versionedDirectoryPath);
|
||||
|
||||
var excludeFromDeletions = new List<string> { versionedDirectoryPath };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user