diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-10-22 20:43:52 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-10-22 20:43:52 -0400 |
| commit | a59ff2760575abe20dd1ae3a35f83e0439e3f497 (patch) | |
| tree | 461f6163992a3074d29f5adaaff23b7a178b5b78 /Emby.Server.Implementations/Dto | |
| parent | b54046a6dedf691e33b273d5aa105910efee3c7e (diff) | |
fix image analysis
Diffstat (limited to 'Emby.Server.Implementations/Dto')
| -rw-r--r-- | Emby.Server.Implementations/Dto/DtoService.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Emby.Server.Implementations/Dto/DtoService.cs b/Emby.Server.Implementations/Dto/DtoService.cs index a0176e406c..0a316fcf1a 100644 --- a/Emby.Server.Implementations/Dto/DtoService.cs +++ b/Emby.Server.Implementations/Dto/DtoService.cs @@ -1655,9 +1655,9 @@ namespace Emby.Server.Implementations.Dto return null; } } - catch + catch (Exception ex) { - //_logger.ErrorException("Failed to determine primary image aspect ratio for {0}", ex, path); + //_logger.ErrorException("Failed to determine primary image aspect ratio for {0}", ex, imageInfo.Path); return null; } } |
