forked from I2P_Developers/i2p.i2p
Fix auto-start of new .torrents in the Snark folder
This commit is contained in:
@@ -1247,7 +1247,7 @@ public class SnarkManager implements CompleteListener {
|
|||||||
_log.info("New Snark, torrent: " + filename + " base: " + baseFile);
|
_log.info("New Snark, torrent: " + filename + " base: " + baseFile);
|
||||||
torrent = new Snark(_util, filename, null, -1, null, null, this,
|
torrent = new Snark(_util, filename, null, -1, null, null, this,
|
||||||
_peerCoordinatorSet, _connectionAcceptor,
|
_peerCoordinatorSet, _connectionAcceptor,
|
||||||
false, dataDir.getPath(), baseFile);
|
shouldAutoStart(), dataDir.getPath(), baseFile);
|
||||||
loadSavedFilePriorities(torrent);
|
loadSavedFilePriorities(torrent);
|
||||||
synchronized (_snarks) {
|
synchronized (_snarks) {
|
||||||
_snarks.put(filename, torrent);
|
_snarks.put(filename, torrent);
|
||||||
|
@@ -18,7 +18,7 @@ public class RouterVersion {
|
|||||||
/** deprecated */
|
/** deprecated */
|
||||||
public final static String ID = "Monotone";
|
public final static String ID = "Monotone";
|
||||||
public final static String VERSION = CoreVersion.VERSION;
|
public final static String VERSION = CoreVersion.VERSION;
|
||||||
public final static long BUILD = 6;
|
public final static long BUILD = 7;
|
||||||
|
|
||||||
/** for example "-test" */
|
/** for example "-test" */
|
||||||
public final static String EXTRA = "-rc";
|
public final static String EXTRA = "-rc";
|
||||||
|
Reference in New Issue
Block a user