mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-17 21:20:46 +01: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