mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-02 12:22:52 +01:00
improve smb support
This commit is contained in:
@@ -311,7 +311,7 @@ namespace MediaBrowser.Controller.Entities
|
||||
{
|
||||
if (IsStacked)
|
||||
{
|
||||
return System.IO.Path.GetDirectoryName(Path);
|
||||
return FileSystem.GetDirectoryName(Path);
|
||||
}
|
||||
|
||||
if (!IsPlaceHolder)
|
||||
|
||||
Reference in New Issue
Block a user