forked from I2P_Developers/i2p.i2p
* i2psnark:
- Add torrent auto-stop support; enable for update file - Add tunnel auto-close when no torrents are running - Log/msg tweaks on add/create failures
This commit is contained in:
@ -264,6 +264,7 @@ class UpdateRunner implements UpdateTask, CompleteListener {
|
||||
}
|
||||
_hasMetaInfo = true;
|
||||
notifyProgress();
|
||||
snark.setAutoStoppable(true);
|
||||
return _smgr.gotMetaInfo(snark);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user