From f36ff457b4f005b55f06502a6d4b1d030f6963c1 Mon Sep 17 00:00:00 2001 From: Amazing_DM Date: Fri, 13 Mar 2020 14:50:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DNF=E5=90=AF=E5=8A=A8=E8=B6=85?= =?UTF-8?q?=E6=97=B6bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Netch/Controllers/NFController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Netch/Controllers/NFController.cs b/Netch/Controllers/NFController.cs index a9a39769..c9d49500 100644 --- a/Netch/Controllers/NFController.cs +++ b/Netch/Controllers/NFController.cs @@ -205,7 +205,7 @@ namespace Netch.Controllers { State = Models.State.Stopped; } - else if (e.Data.Contains("Redirect to")) + else if (e.Data.Contains("Started") || e.Data.Contains("Redirect to")) { State = Models.State.Started; }