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.
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
ListOnlyrequest 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
magnetlinks cannot be added.To address this, the
ListOnlyrequest should have a graceful timeout and the File Selection step should be skipped, just selecting an output destination.