diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-05-10 15:12:03 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-05-10 15:12:03 -0400 |
| commit | 369df3ffdaa8da2f687ad6c1028aa955d219f34e (patch) | |
| tree | 7d49a62342f0f59cf981a268ae6d0881f930390f /Emby.Server.Implementations/Library/Validators/GenresValidator.cs | |
| parent | e9ea1d4ce27452b0c29d08f5dec6f4363aee9d14 (diff) | |
add smb fixes
Diffstat (limited to 'Emby.Server.Implementations/Library/Validators/GenresValidator.cs')
| -rw-r--r-- | Emby.Server.Implementations/Library/Validators/GenresValidator.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Library/Validators/GenresValidator.cs b/Emby.Server.Implementations/Library/Validators/GenresValidator.cs index d8956f78a..d71e77a9a 100644 --- a/Emby.Server.Implementations/Library/Validators/GenresValidator.cs +++ b/Emby.Server.Implementations/Library/Validators/GenresValidator.cs @@ -54,7 +54,7 @@ namespace Emby.Server.Implementations.Library.Validators catch (OperationCanceledException) { // Don't clutter the log - break; + throw; } catch (Exception ex) { |
