forked from I2P_Developers/i2p.i2p
i2psnark: Use torrent name instead of torrent file name in DTG/bubble completion notifications
This commit is contained in:
@@ -2764,7 +2764,7 @@ public class SnarkManager implements CompleteListener, ClientApp, DisconnectList
|
|||||||
if (snark.getDownloaded() > 0) {
|
if (snark.getDownloaded() > 0) {
|
||||||
addMessageNoEscape(_t("Download finished: {0}", linkify(snark)));
|
addMessageNoEscape(_t("Download finished: {0}", linkify(snark)));
|
||||||
dtgNotify(Log.INFO,
|
dtgNotify(Log.INFO,
|
||||||
_t("Download finished: {0}", snark.getName()),
|
_t("Download finished: {0}", snark.getBaseName()),
|
||||||
"/i2psnark/" + linkify(snark));
|
"/i2psnark/" + linkify(snark));
|
||||||
}
|
}
|
||||||
updateStatus(snark);
|
updateStatus(snark);
|
||||||
|
Reference in New Issue
Block a user