mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 14:03:03 +03:00
improve smb support
This commit is contained in:
@@ -1145,7 +1145,7 @@ namespace Emby.Server.Core
|
||||
{
|
||||
if (!FileSystemManager.FileExists(certPath))
|
||||
{
|
||||
FileSystemManager.CreateDirectory(Path.GetDirectoryName(certPath));
|
||||
FileSystemManager.CreateDirectory(FileSystemManager.GetDirectoryName(certPath));
|
||||
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user