Remove ThumbHasher from Property
This commit is contained in:
@ -168,8 +168,7 @@ public class UnitTestResize
|
||||
Assert.IsNotNull(item.ImageFileHolder);
|
||||
if (item.Property is null)
|
||||
{
|
||||
Shared.Models.Methods.IThumbHasher? thumbHasher = new ThumbHash.Models.C2_ThumbHasher();
|
||||
property = propertyLogic.GetProperty(thumbHasher, item, subFileTuples, parseExceptions);
|
||||
property = propertyLogic.GetProperty(item, subFileTuples, parseExceptions);
|
||||
item.Update(property);
|
||||
}
|
||||
if (property is null || item.Property is null)
|
||||
|
Reference in New Issue
Block a user