diff options
| author | Luke <luke.pulverenti@gmail.com> | 2017-10-23 02:06:37 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-10-23 02:06:37 -0400 |
| commit | 3129feee75d2ba0b0c086776265c193b3d6027ee (patch) | |
| tree | 06fa279036bcbebd6db825424c288bb4b9c7169a /Emby.Server.Implementations/Dto | |
| parent | 3fd4dea0aeb20c1a1acd237639808d8ca8a37190 (diff) | |
| parent | 141e5b56b0a9c2cdf125314abc68e61dd414bda9 (diff) | |
Merge pull request #2971 from MediaBrowser/dev
Dev
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; } } |
