mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 05:53:03 +03:00
update file system methods
This commit is contained in:
@@ -851,9 +851,9 @@ namespace MediaBrowser.Server.Startup.Common
|
||||
|
||||
if (generateCertificate)
|
||||
{
|
||||
if (!File.Exists(certPath))
|
||||
if (!FileSystemManager.FileExists(certPath))
|
||||
{
|
||||
Directory.CreateDirectory(Path.GetDirectoryName(certPath));
|
||||
FileSystemManager.CreateDirectory(Path.GetDirectoryName(certPath));
|
||||
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user