work on torrent updates
This commit is contained in:
Binary file not shown.
@ -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
|
||||
|
@ -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;
|
||||
|
Reference in New Issue
Block a user