mirror of
https://github.com/MetaCubeX/Clash.Meta.git
synced 2025-04-06 06:33:31 +03:00
Fix: provider parse
This commit is contained in:
parent
f7f30d3406
commit
d8a771916a
1 changed files with 1 additions and 1 deletions
|
@ -265,7 +265,7 @@ func parseProxies(cfg *RawConfig) (proxies map[string]C.Proxy, providersMap map[
|
|||
}
|
||||
|
||||
if len(providersConfig) == 0 {
|
||||
providersConfig = cfg.ProxyProvider
|
||||
providersConfig = cfg.ProxyProviderOld
|
||||
}
|
||||
|
||||
defer func() {
|
||||
|
|
Loading…
Add table
Reference in a new issue