From: Chocobozzz Date: Sat, 9 Jan 2016 13:45:51 +0000 (+0100) Subject: Fix announce list (don't use defaults) X-Git-Tag: v0.0.1-alpha~1055 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=529594d2f014356956fdc0a033c38d1cd581c3ae;p=oweals%2Fpeertube.git Fix announce list (don't use defaults) --- 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 @@ var path = args.path var _id = data._id - wt.seed(path, function (torrent) { + wt.seed(path, { announceList: '' }, function (torrent) { var to_send = { magnetUri: torrent.magnetURI }