Removed ThumbHasher missed project reference

This commit is contained in:
2023-05-22 22:17:03 -07:00
parent 82143850ac
commit cb891b4fcf
5 changed files with 2 additions and 6 deletions

View File

@ -65,8 +65,7 @@ public class DateGroup
throw new Exception();
if (propertyConfiguration.PopulatePropertyId && (configuration.ByCreateDateShortcut || configuration.ByHash) && Shared.Models.Stateless.Methods.IProperty.Any(containers))
{
IThumbHasher? thumbHasher = new ThumbHash.Models.C2_ThumbHasher();
propertyLogic.SavePropertyParallelWork(ticks, t, containers, thumbHasher);
propertyLogic.SavePropertyParallelWork(ticks, t, containers);
if (appSettings.MaxDegreeOfParallelism < 2)
ticks = LogDelta(ticks, nameof(A_Property.SavePropertyParallelWork));
if (propertyLogic.ExceptionsDirectories.Any())