mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-07 05:31:25 -07:00
parent
bcfa251290
commit
f067ab1692
3 changed files with 7 additions and 0 deletions
|
@ -1378,6 +1378,10 @@ window.qBittorrent.DynamicTable = (function() {
|
|||
if (state !== 'checkingUP' && state !== 'checkingDL' && state !== 'checkingResumeData')
|
||||
return false;
|
||||
break;
|
||||
case 'moving':
|
||||
if (state !== 'moving')
|
||||
return false;
|
||||
break;
|
||||
case 'errored':
|
||||
if (state != 'error' && state != "unknown" && state != "missingFiles")
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue