mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 06:23:03 +03:00
Unwrapped GetDirectoryName and DirectorySeperatorChar
This commit is contained in:
@@ -303,7 +303,7 @@ namespace MediaBrowser.Api
|
||||
|
||||
public object Get(GetParentPath request)
|
||||
{
|
||||
var parent = _fileSystem.GetDirectoryName(request.Path);
|
||||
var parent = Path.GetDirectoryName(request.Path);
|
||||
|
||||
if (string.IsNullOrEmpty(parent))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user