Removed ThumbHasher missed project reference
This commit is contained in:
@ -52,7 +52,6 @@
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Shared\View-by-Distance.Shared.csproj" />
|
||||
<ProjectReference Include="..\Property\Property.csproj" />
|
||||
<ProjectReference Include="..\ThumbHash\ThumbHash.csproj" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="appsettings.json">
|
||||
|
@ -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())
|
||||
|
Reference in New Issue
Block a user