diff --git a/i2p.plugins.firefox.torrent b/i2p.plugins.firefox.torrent index 18353d8..08bb581 100644 Binary files a/i2p.plugins.firefox.torrent and b/i2p.plugins.firefox.torrent differ diff --git a/scripts/build.number b/scripts/build.number index 3a69b55..25178ec 100644 --- a/scripts/build.number +++ b/scripts/build.number @@ -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 diff --git a/src/java/net/i2p/i2pfirefox/I2PBrowserPlugin.java b/src/java/net/i2p/i2pfirefox/I2PBrowserPlugin.java index dfd29c5..beea7c2 100644 --- a/src/java/net/i2p/i2pfirefox/I2PBrowserPlugin.java +++ b/src/java/net/i2p/i2pfirefox/I2PBrowserPlugin.java @@ -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;