1
0
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:
Chocobo1 2017-07-10 00:36:56 +08:00
parent 448d937c15
commit be61e8f2fd

View File

@ -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);