fix(replication): fix error on replication

This commit is contained in:
Alexey Kasyanchuk
2018-03-30 22:52:01 +03:00
parent 2ba49380f6
commit b5c19ccae6
2 changed files with 4 additions and 2 deletions

View File

@ -10,7 +10,8 @@ module.exports = ({
torrentClient,
spider,
upnp,
crypto
crypto,
insertTorrentToDB
}) => {
let torrentClientHashMap = {}

View File

@ -684,7 +684,8 @@ API({
torrentClient,
spider,
upnp,
crypto
crypto,
insertTorrentToDB
})
let fakeTorrents = [];