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