mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 05:13:30 -07:00
parent
aed9e8f1b7
commit
dc9df6d681
1 changed files with 1 additions and 1 deletions
|
@ -1039,7 +1039,7 @@ var TorrentsTable = new Class({
|
||||||
break;
|
break;
|
||||||
case 'inactive':
|
case 'inactive':
|
||||||
inactive = true;
|
inactive = true;
|
||||||
break;
|
// fallthrough
|
||||||
case 'active':
|
case 'active':
|
||||||
if (state == 'stalledDL')
|
if (state == 'stalledDL')
|
||||||
r = (row['full_data'].upspeed > 0);
|
r = (row['full_data'].upspeed > 0);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue