i2psnark: Use torrent name instead of torrent file name in DTG/bubble completion notifications

This commit is contained in:
zzz
2025-03-19 09:49:17 -04:00
parent c22d65927b
commit c83b092955

View File

@@ -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);