mirror of
https://github.com/JaCoB1123/dupe-finder.git
synced 2025-07-03 00:58:54 +02:00
Fix check being off
This commit is contained in:
@ -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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user