AddUserSecrets, RenameByDateTaken and BlurHash
This commit is contained in:
@ -65,7 +65,8 @@ public class DateGroup
|
||||
throw new Exception();
|
||||
if (propertyConfiguration.PopulatePropertyId && (configuration.ByCreateDateShortcut || configuration.ByHash) && Shared.Models.Stateless.Methods.IProperty.Any(containers))
|
||||
{
|
||||
propertyLogic.SavePropertyParallelWork(ticks, t, containers);
|
||||
IBlurHasher? blurHasher = new BlurHash.Models.BlurHasher();
|
||||
propertyLogic.SavePropertyParallelWork(ticks, t, containers, blurHasher);
|
||||
if (appSettings.MaxDegreeOfParallelism < 2)
|
||||
ticks = LogDelta(ticks, nameof(A_Property.SavePropertyParallelWork));
|
||||
if (propertyLogic.ExceptionsDirectories.Any())
|
||||
|
Reference in New Issue
Block a user