mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-15 16:33:25 -03:00
Eliminate circular dependency between LibraryManager and ImageProcessor
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user