fix parsing of collection hashes from remote results

pull/53/head
Zlatin Balevsky 2020-11-01 07:19:15 +00:00
parent df577f97e8
commit 6c7be05a12
No known key found for this signature in database
GPG Key ID: A72832072D525E41
1 changed files with 0 additions and 1 deletions

View File

@ -109,7 +109,6 @@ class ResultsParser {
if (json.collections != null) {
collections = new HashSet<>()
json.collections.collect(collections, { new InfoHash(Base64.decode(it)) })
collections = json.collections
}
log.fine("Received result from ${p.getHumanReadableName()} name \"$name\" infoHash:\"${json.infohash}\"")