Can now try to unpause errored torrent
This commit is contained in:
parent
e3a3f71064
commit
3de67d0902
4 changed files with 33 additions and 16 deletions
|
|
@ -106,7 +106,7 @@ const TorrentActions: React.FC<{
|
|||
let refreshCtx = useContext(RefreshTorrentStatsContext);
|
||||
|
||||
const canPause = state == 'live';
|
||||
const canUnpause = state == 'paused';
|
||||
const canUnpause = state == 'paused' || state == 'error';
|
||||
|
||||
const ctx = useContext(AppContext);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue