Ignore bug
This commit is contained in:
@ -15,7 +15,6 @@ public class Configuration
|
||||
public int PersonBirthdayFirstYear { init; get; }
|
||||
public string PersonBirthdayFormat { init; get; }
|
||||
public char[] PersonCharacters { init; get; }
|
||||
public int PersonCharactersCopyCount { init; get; }
|
||||
public int RangeDaysDeltaTolerance { init; get; }
|
||||
public double RangeDistanceTolerance { init; get; }
|
||||
public bool SaveSortingWithoutPerson { init; get; }
|
||||
@ -30,7 +29,6 @@ public class Configuration
|
||||
int personBirthdayFirstYear,
|
||||
string personBirthdayFormat,
|
||||
char[] personCharacters,
|
||||
int personCharactersCopyCount,
|
||||
int[] rangeDaysDeltaTolerance,
|
||||
float[] rangeDistanceTolerance,
|
||||
bool saveSortingWithoutPerson,
|
||||
@ -54,7 +52,6 @@ public class Configuration
|
||||
SaveSortingWithoutPerson = saveSortingWithoutPerson;
|
||||
SortingMinimumToUseSigma = sortingMinimumToUseSigma;
|
||||
RangeDaysDeltaTolerance = rangeDaysDeltaTolerance[1];
|
||||
PersonCharactersCopyCount = personCharactersCopyCount;
|
||||
FacePartsFileNameExtension = facePartsFileNameExtension;
|
||||
FacesHiddenFileNameExtension = facesHiddenFileNameExtension;
|
||||
}
|
||||
|
Reference in New Issue
Block a user