mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-30 23:11:53 +01:00
fix ImageByNameService
This commit is contained in:
@@ -131,7 +131,7 @@ namespace MediaBrowser.Api.Images
|
||||
{
|
||||
try
|
||||
{
|
||||
return _fileSystem.GetFiles(path)
|
||||
return _fileSystem.GetFiles(path, true)
|
||||
.Where(i => BaseItem.SupportedImageExtensions.Contains(i.Extension, StringComparer.Ordinal))
|
||||
.Select(i => new ImageByNameInfo
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user