This commit is contained in:
Zlatin Balevsky
2019-06-16 18:58:52 +01:00
parent 551982b72a
commit 69eeb7d77a

View File

@@ -56,7 +56,7 @@ class SearchTabModel {
void handleResultBatch(UIResultEvent[] batch) {
runInsideUIAsync {
batch.each {
if (uiSettings.excludeLocalResult && e.sender == core.me)
if (uiSettings.excludeLocalResult && it.sender == core.me)
return
def bucket = hashBucket.get(it.infohash)
if (bucket == null) {