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:
@@ -40,7 +40,7 @@ namespace MediaBrowser.LocalMetadata
|
||||
{
|
||||
result.HasMetadata = false;
|
||||
}
|
||||
catch (DirectoryNotFoundException)
|
||||
catch (IOException)
|
||||
{
|
||||
result.HasMetadata = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user