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:
-rw-r--r--lib/torrent.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/torrent.js b/lib/torrent.js
index fc6fa19..ba13d8e 100644
--- a/lib/torrent.js
+++ b/lib/torrent.js
@@ -251,6 +251,7 @@ Torrent.prototype._processParsedTorrent = function (parsedTorrent) {
}
uniq(parsedTorrent.announce)
+ uniq(parsedTorrent.urlList)
extendMutable(this, parsedTorrent)