aboutsummaryrefslogtreecommitdiff
path: root/Emby.Drawing/ImageProcessor.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2017-10-22 20:43:52 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2017-10-22 20:43:52 -0400
commita59ff2760575abe20dd1ae3a35f83e0439e3f497 (patch)
tree461f6163992a3074d29f5adaaff23b7a178b5b78 /Emby.Drawing/ImageProcessor.cs
parentb54046a6dedf691e33b273d5aa105910efee3c7e (diff)
fix image analysis
Diffstat (limited to 'Emby.Drawing/ImageProcessor.cs')
-rw-r--r--Emby.Drawing/ImageProcessor.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Drawing/ImageProcessor.cs b/Emby.Drawing/ImageProcessor.cs
index 1c60abfb5..e28d22cf7 100644
--- a/Emby.Drawing/ImageProcessor.cs
+++ b/Emby.Drawing/ImageProcessor.cs
@@ -461,7 +461,7 @@ namespace Emby.Drawing
};
}
- var path = item.Path;
+ var path = info.Path;
_logger.Info("Getting image size for item {0} {1}", item.GetType().Name, path);
var size = GetImageSize(path, allowSlowMethods);