mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-27 23:14:31 +00:00
Revert back to intended fallthrough
Partial revert a7f4ea8b185b4866134ea396d1bec9ffaf6d16c5
This commit is contained in:
parent
448d937c15
commit
be61e8f2fd
@ -1039,7 +1039,7 @@ var TorrentsTable = new Class({
|
||||
break;
|
||||
case 'inactive':
|
||||
inactive = true;
|
||||
break;
|
||||
// fallthrough
|
||||
case 'active':
|
||||
if (state == 'stalledDL')
|
||||
r = (row['full_data'].upspeed > 0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user