Fix announce list (don't use defaults)

pull/10/head
Chocobozzz 2016-01-09 14:45:51 +01:00
parent e78a20c7f9
commit 529594d2f0
1 changed files with 1 additions and 1 deletions

View 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
}