mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 05:53:03 +03:00
make local metadata project portable
This commit is contained in:
@@ -69,7 +69,7 @@ namespace MediaBrowser.LocalMetadata.Images
|
||||
{
|
||||
return new LocalImageProvider(_fileSystem).GetImages(item, path, directoryService);
|
||||
}
|
||||
catch (DirectoryNotFoundException)
|
||||
catch (IOException)
|
||||
{
|
||||
return new List<LocalImageInfo>();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user