aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/Library/Validators/GameGenresValidator.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/GameGenresValidator.cs
parent39186cc2da554c0f2bdfc5653bbc71853eb3fa41 (diff)
fixes #579 - Year images not getting scanned
Diffstat (limited to 'MediaBrowser.Server.Implementations/Library/Validators/GameGenresValidator.cs')
-rw-r--r--MediaBrowser.Server.Implementations/Library/Validators/GameGenresValidator.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Server.Implementations/Library/Validators/GameGenresValidator.cs b/MediaBrowser.Server.Implementations/Library/Validators/GameGenresValidator.cs
index b9e033d23..d21a123c0 100644
--- a/MediaBrowser.Server.Implementations/Library/Validators/GameGenresValidator.cs
+++ b/MediaBrowser.Server.Implementations/Library/Validators/GameGenresValidator.cs
@@ -80,6 +80,7 @@ namespace MediaBrowser.Server.Implementations.Library.Validators
catch (OperationCanceledException)
{
// Don't clutter the log
+ break;
}
catch (Exception ex)
{