3.2.30.26

This commit is contained in:
Luke Pulverenti
2017-09-19 16:08:34 -04:00
parent 34b72751e0
commit 467f440501
5 changed files with 5 additions and 10 deletions

View File

@@ -810,7 +810,7 @@ namespace Emby.Drawing
}
catch (Exception ex)
{
_logger.Error("Error enhancing image", ex);
_logger.ErrorException("Error enhancing image", ex);
}
return new Tuple<string, DateTime, bool>(originalImagePath, dateModified, inputImageSupportsTransparency);