diff --git a/v2rayN/ServiceLib/Services/SpeedtestService.cs b/v2rayN/ServiceLib/Services/SpeedtestService.cs index 60dbcf0b..7801b3f0 100644 --- a/v2rayN/ServiceLib/Services/SpeedtestService.cs +++ b/v2rayN/ServiceLib/Services/SpeedtestService.cs @@ -95,7 +95,6 @@ public class SpeedtestService(Config config, Func updateF Port = it.Port, ConfigType = it.ConfigType, NeedAutoFillRemarks = it.Remarks.IsNullOrEmpty(), - QueueNum = selecteds.IndexOf(it) QueueNum = i, Profile = profile, CoreType = AppManager.Instance.GetCoreType(profile, it.ConfigType),