mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-21 09:34:44 +01:00
make local metadata project portable
This commit is contained in:
@@ -49,7 +49,7 @@ namespace MediaBrowser.LocalMetadata.Images
|
||||
{
|
||||
return new LocalImageProvider(_fileSystem).GetImages(item, path, directoryService);
|
||||
}
|
||||
catch (DirectoryNotFoundException)
|
||||
catch (IOException)
|
||||
{
|
||||
return new List<LocalImageInfo>();
|
||||
}
|
||||
|
||||
@@ -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