fix(replication): fix replication on some cases of downloading
This commit is contained in:
@ -456,6 +456,10 @@ setInterval(() => {
|
||||
delete torrent.contenttype;
|
||||
}
|
||||
|
||||
// clean download info if added
|
||||
if(torrent.download)
|
||||
delete torrent.download
|
||||
|
||||
if(!checkTorrent(torrent))
|
||||
{
|
||||
resolve()
|
||||
|
||||
Reference in New Issue
Block a user