You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to add a magnet link for an old / low-seed count torrent, the current Upload modal requires a ListOnly request to complete before proceeding to the next step (file selection) of the Add Torrent workflow.
Currently, this request prevents proceeding to the next step of adding the torrent via the web interface, so certain magnet links cannot be added.
To address this, the ListOnly request should have a graceful timeout and the File Selection step should be skipped, just selecting an output destination.
The text was updated successfully, but these errors were encountered:
This is split off from #285 (comment)
When I try to add a magnet link for an old / low-seed count torrent, the current Upload modal requires a
ListOnly
request to complete before proceeding to the next step (file selection) of the Add Torrent workflow.Currently, this request prevents proceeding to the next step of adding the torrent via the web interface, so certain
magnet
links cannot be added.To address this, the
ListOnly
request should have a graceful timeout and the File Selection step should be skipped, just selecting an output destination.The text was updated successfully, but these errors were encountered: