House Cleaning
This commit is contained in:
@ -47,16 +47,16 @@ internal static class FilterLogicB
|
||||
RectangleF? rectangle = Shared.Models.Stateless.ILocation.GetPercentagesRectangle(distanceSettings, wholePercentages.Value);
|
||||
if (rectangle is null)
|
||||
return;
|
||||
LocationContainer locationContainer = new(dateOnly,
|
||||
exifDirectory,
|
||||
exifDirectory.Encoding,
|
||||
faceFile,
|
||||
exifDirectory.FilePath,
|
||||
null,
|
||||
null,
|
||||
exifDirectory.PersonKeyFormattedAndKeyTicksAndDisplayDirectoryName,
|
||||
rectangle,
|
||||
wholePercentages);
|
||||
LocationContainer locationContainer = new(CreationDateOnly: dateOnly,
|
||||
ExifDirectory: exifDirectory,
|
||||
Encoding: exifDirectory.Encoding,
|
||||
FaceFile: faceFile,
|
||||
FilePath: exifDirectory.FilePath,
|
||||
LengthPermyriad: null,
|
||||
LengthSource: null,
|
||||
PersonKeyFormattedAndKeyTicksAndDisplayDirectoryName: exifDirectory.PersonKeyFormattedAndKeyTicksAndDisplayDirectoryName,
|
||||
Rectangle: rectangle,
|
||||
WholePercentages: wholePercentages);
|
||||
lock (locationContainers)
|
||||
locationContainers.Add(locationContainer);
|
||||
}
|
||||
|
Reference in New Issue
Block a user