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

@@ -129,6 +129,7 @@ namespace MediaBrowser.Server.Implementations.Library.Validators
catch (OperationCanceledException)
{
_logger.Info("Pre-scan task cancelled: {0}", task.GetType().Name);
break;
}
catch (Exception ex)
{