Fix announce list (don't use defaults)

This commit is contained in:
Chocobozzz 2016-01-09 14:45:51 +01:00
parent e78a20c7f9
commit 529594d2f0

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
}