update translations

This commit is contained in:
Luke Pulverenti
2014-08-24 23:54:45 -04:00
parent d92936187d
commit 8406257349
66 changed files with 4732 additions and 999 deletions

View File

@@ -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;