aboutsummaryrefslogtreecommitdiff
path: root/Emby.Photos
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2019-02-05 19:53:50 +0100
committerBond-009 <bond.009@outlook.com>2019-02-05 19:53:50 +0100
commite216702bcfdf3d6a90f59e11984098990f069043 (patch)
treedbfc1809d2d09d08ed70161adb166a1faa3f5c73 /Emby.Photos
parent0ef2b46106937c8acbab8e2a6a1e08affb823d31 (diff)
Complete rename ImageSize -> ImageDimensions
Diffstat (limited to 'Emby.Photos')
-rw-r--r--Emby.Photos/PhotoProvider.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Photos/PhotoProvider.cs b/Emby.Photos/PhotoProvider.cs
index aaebe1a21..f3457d105 100644
--- a/Emby.Photos/PhotoProvider.cs
+++ b/Emby.Photos/PhotoProvider.cs
@@ -181,7 +181,7 @@ namespace Emby.Photos
try
{
- var size = _imageProcessor.GetImageSize(item, img, false);
+ var size = _imageProcessor.GetImageDimensions(item, img, false);
if (size.Width > 0 && size.Height > 0)
{