mirror of
https://github.com/JaCoB1123/dupe-finder.git
synced 2025-05-18 06:01:56 +02:00
Fix check being off
This commit is contained in:
parent
9ce2e8a927
commit
66da8393a4
@ -203,7 +203,7 @@ func (fm *FilesMap) getImageClusters() []imageCluster {
|
||||
currentCluster = append(currentCluster, similarImage{path: otherFile.path, distance: distance})
|
||||
}
|
||||
|
||||
if len(currentCluster) == 0 {
|
||||
if len(currentCluster) == 1 {
|
||||
continue
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user