work on torrent updates

This commit is contained in:
idk
2022-12-22 00:42:55 +00:00
parent b57f5d7e11
commit 79a24df3ba
3 changed files with 3 additions and 3 deletions

Binary file not shown.

View File

@ -1,3 +1,3 @@
#Build Number for ANT. Do not edit!
#Wed Dec 21 23:48:17 UTC 2022
build.number=334
#Thu Dec 22 00:36:54 UTC 2022
build.number=335

View File

@ -86,7 +86,7 @@ public class I2PBrowserPlugin extends I2PBrowser implements ClientApp {
private boolean downloadTorrent() {
try {
EepGet eepGet = new EepGet(
context, 5, torrentFile().getAbsolutePath(),
context, "127.0.0.1", 4444 5, torrentFile().getAbsolutePath(),
"http://idk.i2p/i2p.plugins.firefox/i2p.plugins.firefox.torrent");
if (eepGet.getNotModified()) {
return false;