From b5a79a7f0ba244fe13f5782810b54608aa9c70e8 Mon Sep 17 00:00:00 2001 From: qydysky Date: Sun, 9 Apr 2023 20:03:02 +0800 Subject: [PATCH] =?utf8?q?Fix=20=E7=A7=BB=E9=99=A4=E5=A4=9A=E4=BA=8E?= =?utf8?q?=E7=9A=84=E8=B7=AF=E5=BE=84=E5=88=86=E9=9A=94=E7=AC=A6?= 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 af85e4e..8a1a113 100644 --- a/Reply/stream.go +++ b/Reply/stream.go @@ -161,7 +161,7 @@ func (t *M4SStream) LoadConfig(common c.Common) (e error) { } else if !fs.IsDir() { return errors.New(`直播流保存位置不是目录`) } - t.config.save_path = path + "/" + t.config.save_path = path } else { return errors.New(`直播流保存位置错误` + err.Error()) } -- 2.39.2