From ffcb0700e73a2fb21ff7d2a1bd3a19340823fcfa Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Mon, 29 Dec 2014 19:52:01 -0800 Subject: add `torrent.magnetURI` getter function Depends on https://github.com/feross/parse-torrent/pull/8 --- index.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'index.js') diff --git a/index.js b/index.js index d63bea6..2ea0b4f 100644 --- a/index.js +++ b/index.js @@ -192,8 +192,6 @@ WebTorrent.prototype.seed = function (input, opts, onseed) { } if (!opts) opts = {} - // TODO: support an array of paths - createTorrent.parseInput(input, opts, function (err, files) { if (err) return self.emit('error', err) var streams = files.map(function (file) { return file.getStream }) -- cgit v1.2.3