mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-04 15:16:38 +00:00
Unwrapped CreateDirectory and DeleteDirectory
This commit is contained in:
parent
3a831994f6
commit
d7c6d16250
58 changed files with 102 additions and 101 deletions
|
|
@ -141,7 +141,7 @@ namespace Emby.Server.Implementations.MediaEncoder
|
|||
|
||||
var inputPath = MediaEncoderHelpers.GetInputArgument(_fileSystem, video.Path, protocol, null, Array.Empty<string>());
|
||||
|
||||
_fileSystem.CreateDirectory(Path.GetDirectoryName(path));
|
||||
Directory.CreateDirectory(Path.GetDirectoryName(path));
|
||||
|
||||
var container = video.Container;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue