-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add button to re-download torrent data if missing #1499
base: master
Are you sure you want to change the base?
Conversation
Should we not try to detect the state in which data does not correspond with the torrent. |
I think webtorrent checks this when starting a torrent? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Fix and restart the app, or delete the torrent. | ||
Torrent data missing.<br /> | ||
Fix or click to | ||
<a onClick={(e) => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it should be button
not a
delete summary.path | ||
delete summary.error |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why are these needed?
Allows to re-download torrent data if it has been deleted.
Otherwise you would have to remove the torrent and add it again.
Not sure if the message or style is quite right?
Edit: probably fixes #1355.