mirror of
https://github.com/2dust/v2rayN.git
synced 2026-04-16 20:45:45 +00:00
Fix duplicate QueueNum assignment in speedtest item init
This commit is contained in:
parent
fa9709da07
commit
ba8ca97b2e
1 changed files with 0 additions and 1 deletions
|
|
@ -95,7 +95,6 @@ public class SpeedtestService(Config config, Func<SpeedTestResult, Task> 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),
|
||||
|
|
|
|||
Loading…
Reference in a new issue