Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'index.js')
-rw-r--r--index.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/index.js b/index.js
index 0c59ff9..8345429 100644
--- a/index.js
+++ b/index.js
@@ -303,7 +303,6 @@ WebTorrent.prototype.seed = function (input, opts, onseed) {
// When seeding from fs path, initialize store from that path to avoid a copy
if (typeof input === 'string') opts.path = path.dirname(input)
if (!opts.createdBy) opts.createdBy = 'WebTorrent/' + VERSION_STR
- if (!self.tracker) opts.announce = []
var torrent = self.add(null, opts, onTorrent)
var streams