mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 14:03:03 +03:00
connect updates
This commit is contained in:
@@ -33,7 +33,8 @@ namespace MediaBrowser.LocalMetadata.Images
|
||||
{
|
||||
var parentPath = Path.GetDirectoryName(item.Path);
|
||||
|
||||
var parentPathFiles = directoryService.GetFileSystemEntries(parentPath);
|
||||
var parentPathFiles = directoryService.GetFileSystemEntries(parentPath)
|
||||
.ToList();
|
||||
|
||||
var nameWithoutExtension = _fileSystem.GetFileNameWithoutExtension(item.Path);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user