make local metadata project portable

This commit is contained in:
Luke Pulverenti
2016-10-30 03:02:23 -04:00
parent 3c305512c0
commit f676ea6315
31 changed files with 606 additions and 929 deletions

View File

@@ -40,7 +40,7 @@ namespace MediaBrowser.LocalMetadata
{
result.HasMetadata = false;
}
catch (DirectoryNotFoundException)
catch (IOException)
{
result.HasMetadata = false;
}