diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-10-18 15:08:48 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-10-18 15:08:48 -0400 |
| commit | d87a8ce8fab543e0318e1e8cd5f57e2637ee284d (patch) | |
| tree | a62b8e9562d70a1a442ec328783fda135825a152 /MediaBrowser.Server.Implementations/Library/Validators/GameGenresValidator.cs | |
| parent | 39186cc2da554c0f2bdfc5653bbc71853eb3fa41 (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.cs | 1 |
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) { |
