Check upper and lower hashes in hashset

This commit is contained in:
JayPiKay 2017-10-27 14:27:42 +02:00
parent 6758fff13b
commit 67854ea7ac
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ class MainWindow(QMainWindow, Ui_MainWindow):
if i == 3:
found_in = []
for hashset, hashes in self.hashsets.items():
if metinfo.ED2KHASH.upper() in hashes:
if metinfo.ED2KHASH.upper() in hashes or metinfo.ED2KHASH.lower() in hashes:
found_in.append(hashset)
break
# TODO Hash lookup