From a14123fa14f78615d80a6bfd70b0cd91ef11ac13 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Sat, 22 Aug 2015 17:35:02 +0200 Subject: BREAKING: rename `torrent.storage` to `torrent.store` --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.js') diff --git a/index.js b/index.js index 3a404b2..1f24c4b 100644 --- a/index.js +++ b/index.js @@ -193,7 +193,7 @@ WebTorrent.prototype.seed = function (input, opts, onseed) { debug('seed') if (!opts) opts = {} - // When seeding from filesystem path, storage should use existing location + // When seeding from filesystem, initialize store from that path (avoids a copy) if (typeof input === 'string') opts.path = path.dirname(input) if (!opts.createdBy) opts.createdBy = 'WebTorrent/' + VERSION -- cgit v1.2.3