mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-15 18:08:53 -07:00
fix ImageByNameService
This commit is contained in:
parent
90b915256d
commit
c7af7f6d58
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user