diff options
Diffstat (limited to 'MediaBrowser.Server.Implementations/Dto/DtoService.cs')
| -rw-r--r-- | MediaBrowser.Server.Implementations/Dto/DtoService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/Dto/DtoService.cs b/MediaBrowser.Server.Implementations/Dto/DtoService.cs index 2c683991c..8bfd4ea1e 100644 --- a/MediaBrowser.Server.Implementations/Dto/DtoService.cs +++ b/MediaBrowser.Server.Implementations/Dto/DtoService.cs @@ -501,7 +501,7 @@ namespace MediaBrowser.Server.Implementations.Dto { return _libraryManager.GetPerson(c); } - catch (IOException ex) + catch (Exception ex) { _logger.ErrorException("Error getting person {0}", ex, c); return null; |
