From d5340bf644d38b32fd560d6a4e9c8f5c49de6355 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Tue, 5 Apr 2016 19:45:16 -0700 Subject: [PATCH] Fix copy magnet URI to clipboard Fox #304 --- renderer/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/renderer/index.js b/renderer/index.js index 56ceef58..46b30d84 100644 --- a/renderer/index.js +++ b/renderer/index.js @@ -633,6 +633,7 @@ function torrentReady (torrentKey, torrentInfo) { torrentSummary.name = torrentSummary.displayName || torrentInfo.name torrentSummary.path = torrentInfo.path torrentSummary.files = torrentInfo.files + torrentSummary.magnetURI = torrentInfo.magnetURI update() // Save the .torrent file, if it hasn't been saved already