mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 21:03:30 -07:00
parent
448d937c15
commit
be61e8f2fd
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