fix message on downloading
This commit is contained in:
parent
6bd4d69e4c
commit
27b46d15cc
@ -589,7 +589,7 @@ module.exports = async ({
|
||||
torrentClientHashMap[torrent.infoHash] = magnet
|
||||
torrent.torrentObject = torrentObject
|
||||
|
||||
torrent.on('torrent', () => {
|
||||
torrent.on('ready', () => {
|
||||
console.log('start downloading', torrent.infoHash)
|
||||
send('downloading', torrent.infoHash)
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user