From 911dc7f90e05ac4732add83ca6147df6cd0a4316 Mon Sep 17 00:00:00 2001 From: 2dust <31833384+2dust@users.noreply.github.com> Date: Mon, 4 Nov 2024 10:37:44 +0800 Subject: [PATCH] Revert 9fd20ff0010bdeadd77a3c8ff9fe9f45fed9b055 --- v2rayN/ServiceLib/Services/UpdateService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2rayN/ServiceLib/Services/UpdateService.cs b/v2rayN/ServiceLib/Services/UpdateService.cs index 1a8e8d64..c0266614 100644 --- a/v2rayN/ServiceLib/Services/UpdateService.cs +++ b/v2rayN/ServiceLib/Services/UpdateService.cs @@ -228,7 +228,7 @@ namespace ServiceLib.Services } _updateFunc?.Invoke(false, "-------------------------------------------------------"); - await ConfigHandler.DedupServerList(config, id); + //await ConfigHandler.DedupServerList(config, id); } _updateFunc?.Invoke(true, $"{ResUI.MsgUpdateSubscriptionEnd}");