mirror of https://github.com/zlatinb/muwire
fix parsing of collection hashes from remote results
parent
df577f97e8
commit
6c7be05a12
|
@ -109,7 +109,6 @@ class ResultsParser {
|
||||||
if (json.collections != null) {
|
if (json.collections != null) {
|
||||||
collections = new HashSet<>()
|
collections = new HashSet<>()
|
||||||
json.collections.collect(collections, { new InfoHash(Base64.decode(it)) })
|
json.collections.collect(collections, { new InfoHash(Base64.decode(it)) })
|
||||||
collections = json.collections
|
|
||||||
}
|
}
|
||||||
|
|
||||||
log.fine("Received result from ${p.getHumanReadableName()} name \"$name\" infoHash:\"${json.infohash}\"")
|
log.fine("Received result from ${p.getHumanReadableName()} name \"$name\" infoHash:\"${json.infohash}\"")
|
||||||
|
|
Loading…
Reference in New Issue