update dynamic images

This commit is contained in:
Luke Pulverenti
2015-10-30 12:45:22 -04:00
parent 9bfb2f0813
commit 8ea02ee020
7 changed files with 20 additions and 113 deletions

View File

@@ -46,7 +46,7 @@ namespace MediaBrowser.LocalMetadata.Images
try
{
return new LocalImageProvider(_fileSystem).GetImages(item, path, false, directoryService);
return new LocalImageProvider(_fileSystem).GetImages(item, path, directoryService);
}
catch (DirectoryNotFoundException)
{