aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2016-01-09 14:45:51 +0100
committerChocobozzz <florian.bigard@gmail.com>2016-01-09 14:45:51 +0100
commit529594d2f014356956fdc0a033c38d1cd581c3ae (patch)
treef6ebe521792822581f6b0ece83872f609ae0a908 /src
parente78a20c7f914423736f7b5b0bf981418e43b6c36 (diff)
downloadPeerTube-529594d2f014356956fdc0a033c38d1cd581c3ae.tar.gz
PeerTube-529594d2f014356956fdc0a033c38d1cd581c3ae.tar.zst
PeerTube-529594d2f014356956fdc0a033c38d1cd581c3ae.zip
Fix announce list (don't use defaults)
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 }