mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-21 09:34:44 +01:00
Unwrapped CreateDirectory and DeleteDirectory
This commit is contained in:
@@ -119,7 +119,7 @@ namespace Emby.Server.Implementations.Playlists
|
||||
|
||||
try
|
||||
{
|
||||
_fileSystem.CreateDirectory(path);
|
||||
Directory.CreateDirectory(path);
|
||||
|
||||
var playlist = new Playlist
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user