Fix copy magnet URI to clipboard

Fox #304
This commit is contained in:
Feross Aboukhadijeh
2016-04-05 19:45:16 -07:00
parent 6447966e91
commit d5340bf644

View File

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