mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 14:03:03 +03:00
improve smb support
This commit is contained in:
@@ -38,7 +38,7 @@ namespace MediaBrowser.LocalMetadata.Images
|
||||
|
||||
public List<LocalImageInfo> GetImages(IHasImages item, IDirectoryService directoryService)
|
||||
{
|
||||
var parentPath = Path.GetDirectoryName(item.Path);
|
||||
var parentPath = _fileSystem.GetDirectoryName(item.Path);
|
||||
|
||||
var parentPathFiles = directoryService.GetFileSystemEntries(parentPath)
|
||||
.ToList();
|
||||
|
||||
Reference in New Issue
Block a user