Fix announce list (don't use defaults)
This commit is contained in:
parent
e78a20c7f9
commit
529594d2f0
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue