aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/Library/Validators/StudiosValidator.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-10-18 15:08:48 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-10-18 15:08:48 -0400
commitd87a8ce8fab543e0318e1e8cd5f57e2637ee284d (patch)
treea62b8e9562d70a1a442ec328783fda135825a152 /MediaBrowser.Server.Implementations/Library/Validators/StudiosValidator.cs
parent39186cc2da554c0f2bdfc5653bbc71853eb3fa41 (diff)
fixes #579 - Year images not getting scanned
Diffstat (limited to 'MediaBrowser.Server.Implementations/Library/Validators/StudiosValidator.cs')
-rw-r--r--MediaBrowser.Server.Implementations/Library/Validators/StudiosValidator.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Server.Implementations/Library/Validators/StudiosValidator.cs b/MediaBrowser.Server.Implementations/Library/Validators/StudiosValidator.cs
index 1082dd18b..02c7a94b4 100644
--- a/MediaBrowser.Server.Implementations/Library/Validators/StudiosValidator.cs
+++ b/MediaBrowser.Server.Implementations/Library/Validators/StudiosValidator.cs
@@ -80,6 +80,7 @@ namespace MediaBrowser.Server.Implementations.Library.Validators
catch (OperationCanceledException)
{
// Don't clutter the log
+ break;
}
catch (Exception ex)
{