aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/Dto
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-08-24 23:54:45 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-08-24 23:54:45 -0400
commit84062573496db136fb011c598fee7b3de129e070 (patch)
treed64cedffd7329b085847e9e0dfd894c3429cb6d5 /MediaBrowser.Server.Implementations/Dto
parentd92936187d2e0a4391dbca6ea182bdb180c3dece (diff)
update translations
Diffstat (limited to 'MediaBrowser.Server.Implementations/Dto')
-rw-r--r--MediaBrowser.Server.Implementations/Dto/DtoService.cs2
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;