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

@ -463,7 +463,7 @@ public class A_Property
SetAngleBracketCollection(aResultsFullGroupDirectory, sourceDirectory, anyNullOrNoIsUniqueFileName);
}
public void SavePropertyParallelWork(long ticks, int t, Container[] containers, Shared.Models.Methods.IThumbHasher? thumbHasher)
public void SavePropertyParallelWork(long ticks, int t, Container[] containers)
{
if (_Log is null)
throw new NullReferenceException(nameof(_Log));