feat(trackers): basic trackers integration

This commit is contained in:
Alexey Kasyanchuk
2018-08-15 08:22:27 +03:00
parent cff0f11c79
commit 317cfdd3fb
6 changed files with 48 additions and 4 deletions

View File

@ -24,7 +24,8 @@ module.exports = async ({
checkTorrent,
setupTorrentRecord,
p2pStore,
feed
feed,
remoteTrackers
}) => {
let torrentClientHashMap = {}