fix(replication): fix error on replication
This commit is contained in:
@ -10,7 +10,8 @@ module.exports = ({
|
|||||||
torrentClient,
|
torrentClient,
|
||||||
spider,
|
spider,
|
||||||
upnp,
|
upnp,
|
||||||
crypto
|
crypto,
|
||||||
|
insertTorrentToDB
|
||||||
}) => {
|
}) => {
|
||||||
let torrentClientHashMap = {}
|
let torrentClientHashMap = {}
|
||||||
|
|
||||||
|
@ -684,7 +684,8 @@ API({
|
|||||||
torrentClient,
|
torrentClient,
|
||||||
spider,
|
spider,
|
||||||
upnp,
|
upnp,
|
||||||
crypto
|
crypto,
|
||||||
|
insertTorrentToDB
|
||||||
})
|
})
|
||||||
|
|
||||||
let fakeTorrents = [];
|
let fakeTorrents = [];
|
||||||
|
Reference in New Issue
Block a user