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 upEvent 'done' isn't called when there are deselected files #316
Labels
Comments
This comment has been minimized.
This comment has been minimized.
|
Released as 0.65.1. |
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.
This checks for all the files to be downloaded instead it should check only for the "selected" files/pieces.
https://github.com/feross/webtorrent/blob/master/lib/storage.js#L597
So when all the wanted files are downloaded the torrent wont be done if there are deselected files.