work on torrent updates

This commit is contained in:
idk
2022-12-22 03:41:52 +00:00
parent de61c4faea
commit a70efa599c
2 changed files with 4 additions and 3 deletions

View File

@ -1,3 +1,3 @@
#Build Number for ANT. Do not edit!
#Thu Dec 22 03:40:27 UTC 2022
build.number=343
#Thu Dec 22 03:40:35 UTC 2022
build.number=344

View File

@ -97,7 +97,8 @@ public class I2PBrowserPlugin extends I2PBrowser implements ClientApp {
String url =
"http://idk.i2p/i2p.plugins.firefox/i2p.plugins.firefox.torrent";
String name = torrentFile().getAbsolutePath();
logger.info("Downloading " + url + " to " + name) EepGet eepGet =
logger.info("Downloading " + url + " to " + name);
EepGet eepGet =
new EepGet(context, true, "127.0.0.1", 4444, 5, name, url);
if (eepGet.getNotModified()) {
return false;