From c633b086b9c65e5522b98f46976a5c8d94cfb338 Mon Sep 17 00:00:00 2001 From: qydysky Date: Sat, 18 Nov 2023 12:32:17 +0800 Subject: [PATCH] =?utf8?q?Fix=20=E7=A7=BB=E9=99=A4=E6=97=A0=E7=94=A8?= =?utf8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Reply/F.go | 1 - 1 file changed, 1 deletion(-) diff --git a/Reply/F.go b/Reply/F.go index 0d62204..ea537a5 100644 --- a/Reply/F.go +++ b/Reply/F.go @@ -1575,7 +1575,6 @@ func init() { w.WriteHeader(http.StatusNotFound) return } else if !file.New(v+"0.xml", 0, true).IsExist() { - type empty struct{} if e := danmuXml.DanmuXml.Run(context.Background(), &v); e != nil { msglog.L(`E: `, e) } -- 2.39.2