From 529594d2f014356956fdc0a033c38d1cd581c3ae Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Sat, 9 Jan 2016 14:45:51 +0100 Subject: [PATCH] Fix announce list (don't use defaults) --- src/webtorrent.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- 2.41.0