fixes #579 - Year images not getting scanned

This commit is contained in:
Luke Pulverenti
2013-10-18 15:08:48 -04:00
parent 39186cc2da
commit d87a8ce8fa
7 changed files with 65 additions and 0 deletions

View File

@@ -81,6 +81,7 @@ namespace MediaBrowser.Server.Implementations.Library.Validators
catch (OperationCanceledException)
{
// Don't clutter the log
break;
}
catch (Exception ex)
{