diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-08-06 00:38:48 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-08-06 00:38:48 -0400 |
| commit | d290a548456473ab40e5a6c8640c1c6e73df2e22 (patch) | |
| tree | 238e0e9374d65129daabd439e6c2bacca899b45c /MediaBrowser.Server.Implementations/Dto/DtoService.cs | |
| parent | 319a956b3870e162b3072b52ea8c7310d5091bc6 (diff) | |
| parent | fec7c4782432edd38fdbdcca9234a93b5562181a (diff) | |
Merge branch 'dev' of https://github.com/MediaBrowser/Emby into dev
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 779afdcf2..cc165da6a 100644 --- a/MediaBrowser.Server.Implementations/Dto/DtoService.cs +++ b/MediaBrowser.Server.Implementations/Dto/DtoService.cs @@ -1620,7 +1620,7 @@ namespace MediaBrowser.Server.Implementations.Dto { size = _imageProcessor.GetImageSize(imageInfo); } - catch (Exception ex) + catch { //_logger.ErrorException("Failed to determine primary image aspect ratio for {0}", ex, path); return null; |
