mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 05:53:03 +03:00
improve smb support
This commit is contained in:
@@ -138,7 +138,7 @@ namespace Emby.Server.Implementations.MediaEncoder
|
||||
|
||||
var inputPath = MediaEncoderHelpers.GetInputArgument(_fileSystem, video.Path, protocol, null, video.PlayableStreamFileNames);
|
||||
|
||||
_fileSystem.CreateDirectory(Path.GetDirectoryName(path));
|
||||
_fileSystem.CreateDirectory(_fileSystem.GetDirectoryName(path));
|
||||
|
||||
var container = video.Container;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user