From a8c98822797ec2cfc1f1a053b9a943e8396eb600 Mon Sep 17 00:00:00 2001 From: qydysky Date: Mon, 9 May 2022 12:19:15 +0800 Subject: [PATCH] =?utf8?q?=E5=BC=82=E6=AD=A5=E6=9B=B4=E6=96=B0=E6=B5=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Reply/stream.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Reply/stream.go b/Reply/stream.go index 1488ccb..d21d499 100644 --- a/Reply/stream.go +++ b/Reply/stream.go @@ -458,7 +458,7 @@ func (t *M4SStream) saveStream() { // 刷新流地址 if time.Now().Unix()+60 > t.stream_expires { - t.fetchCheckStream() + go t.fetchCheckStream() } // 获取解析m3u8 -- 2.39.2