diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-08-14 13:24:07 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-08-14 13:24:07 -0400 |
| commit | ec5619e0f960a2abc2226f81fcfcb82ae9fc295a (patch) | |
| tree | c32b864967224c76d3b02cacd769d57cf77a4b53 /MediaBrowser.Server.Implementations/Dto/DtoService.cs | |
| parent | 6ed2a85f45c4b59b4fe6ee1c93b81aa76a69fc78 (diff) | |
restore polymer changes
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 2ff9a2813..1dbdf90a7 100644 --- a/MediaBrowser.Server.Implementations/Dto/DtoService.cs +++ b/MediaBrowser.Server.Implementations/Dto/DtoService.cs @@ -1769,7 +1769,7 @@ namespace MediaBrowser.Server.Implementations.Dto } 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, path); return; } |
