aboutsummaryrefslogtreecommitdiff
path: root/Emby.Photos
diff options
context:
space:
mode:
authorMark Monteiro <marknr.monteiro@protonmail.com>2020-04-04 16:01:10 -0400
committerMark Monteiro <marknr.monteiro@protonmail.com>2020-04-04 16:01:10 -0400
commitefe3ebaab8fbb064652ac4923297f315e4a798e7 (patch)
tree79d30799e325aef65365f26985d723aae7d720a5 /Emby.Photos
parent11693d6024f4b8dafb69ac4a4fcb85ee2caad065 (diff)
Eliminate circular dependency between LibraryManager and ImageProcessor
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 63631e512..987cb7fb2 100644
--- a/Emby.Photos/PhotoProvider.cs
+++ b/Emby.Photos/PhotoProvider.cs
@@ -160,7 +160,7 @@ namespace Emby.Photos
try
{
- var size = _imageProcessor.GetImageDimensions(item, img, false);
+ var size = _imageProcessor.GetImageDimensions(item, img);
if (size.Width > 0 && size.Height > 0)
{