Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upclient.get(torrentId) not doing anything? #1002
Closed
Comments
This comment has been minimized.
This comment has been minimized.
|
Am also facing the same problem. In debugger i can get array of torrents from Thanks, |
This comment has been minimized.
This comment has been minimized.
|
@davidgatti This is what you want: var torrent = client.get(magnet)
torrent.files.forEach(function () {}) |
This comment has been minimized.
This comment has been minimized.
|
This thread has been automatically locked because it has not had recent activity. To discuss futher, please open a new issue. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The documentation states:
But when I write the following:
Nothing happens, no
nullno nothing. Where for example.add()works no problem. Am I doing something wrong?