]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - src/webtorrent.js
Fix announce list (don't use defaults)
[github/Chocobozzz/PeerTube.git] / src / webtorrent.js
index 18ae6b6baa098e7dda866060d3cb560a327e1efe..b72bc500dd93b9871bfa8bb177553cde1d519ecf 100644 (file)
@@ -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
         }