aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/webtorrent.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webtorrent.js b/src/webtorrent.js
index 18ae6b6ba..b72bc500d 100644
--- a/src/webtorrent.js
+++ b/src/webtorrent.js
@@ -27,7 +27,7 @@
27 var path = args.path 27 var path = args.path
28 var _id = data._id 28 var _id = data._id
29 29
30 wt.seed(path, function (torrent) { 30 wt.seed(path, { announceList: '' }, function (torrent) {
31 var to_send = { 31 var to_send = {
32 magnetUri: torrent.magnetURI 32 magnetUri: torrent.magnetURI
33 } 33 }