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