]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Fix announce list (don't use defaults)
authorChocobozzz <florian.bigard@gmail.com>
Sat, 9 Jan 2016 13:45:51 +0000 (14:45 +0100)
committerChocobozzz <florian.bigard@gmail.com>
Sat, 9 Jan 2016 13:45:51 +0000 (14:45 +0100)
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
         }