aboutsummaryrefslogtreecommitdiff
path: root/Emby.Drawing/ImageProcessor.cs
diff options
context:
space:
mode:
authorLuke <luke.pulverenti@gmail.com>2017-10-23 02:06:37 -0400
committerGitHub <noreply@github.com>2017-10-23 02:06:37 -0400
commit3129feee75d2ba0b0c086776265c193b3d6027ee (patch)
tree06fa279036bcbebd6db825424c288bb4b9c7169a /Emby.Drawing/ImageProcessor.cs
parent3fd4dea0aeb20c1a1acd237639808d8ca8a37190 (diff)
parent141e5b56b0a9c2cdf125314abc68e61dd414bda9 (diff)
Merge pull request #2971 from MediaBrowser/dev
Dev
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);