mirror of
https://github.com/webtorrent/bittorrent-tracker.git
synced 2024-12-13 19:06:27 +00:00
standard
This commit is contained in:
parent
1212e33e3a
commit
d56dd26950
@ -110,7 +110,6 @@ Client.scrape = function (announceUrl, infoHash, cb) {
|
|||||||
? infoHash.map(function (infoHash) { return new Buffer(infoHash, 'hex') })
|
? infoHash.map(function (infoHash) { return new Buffer(infoHash, 'hex') })
|
||||||
: new Buffer(infoHash, 'hex')
|
: new Buffer(infoHash, 'hex')
|
||||||
client.scrape({ infoHash: infoHash })
|
client.scrape({ infoHash: infoHash })
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user