mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 16:54:46 +03:00
Fix compilation after rebase
This commit is contained in:
@@ -336,7 +336,7 @@ namespace MediaBrowser.Api.Images
|
||||
blurhash = _imageProcessor.GetImageHash(info.Path);
|
||||
info.Hash = blurhash; // TODO: this doesn't seem like the right thing to do
|
||||
|
||||
ImageDimensions size = _imageProcessor.GetImageDimensions(item, info, true);
|
||||
ImageDimensions size = _imageProcessor.GetImageDimensions(item, info);
|
||||
_libraryManager.UpdateImages(item);
|
||||
width = size.Width;
|
||||
height = size.Height;
|
||||
|
||||
Reference in New Issue
Block a user