diff options
| author | Bond-009 <bond.009@outlook.com> | 2019-02-05 19:53:50 +0100 |
|---|---|---|
| committer | Bond-009 <bond.009@outlook.com> | 2019-02-05 19:53:50 +0100 |
| commit | e216702bcfdf3d6a90f59e11984098990f069043 (patch) | |
| tree | dbfc1809d2d09d08ed70161adb166a1faa3f5c73 /Emby.Photos | |
| parent | 0ef2b46106937c8acbab8e2a6a1e08affb823d31 (diff) | |
Complete rename ImageSize -> ImageDimensions
Diffstat (limited to 'Emby.Photos')
| -rw-r--r-- | Emby.Photos/PhotoProvider.cs | 2 |
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) { |
