From 01001ec1173df88960082a92a7bcd8a0ce715e12 Mon Sep 17 00:00:00 2001 From: qydysky Date: Tue, 16 Aug 2022 22:13:50 +0800 Subject: [PATCH] =?utf8?q?=E9=87=8D=E5=A4=8D=E5=BC=80=E6=92=AD=E5=AF=BC?= =?utf8?q?=E8=87=B4=E7=9A=84=E5=BD=95=E5=88=B6=E7=BB=88=E6=AD=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Reply/Reply.go | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Reply/Reply.go b/Reply/Reply.go index 08d5f99..a8aa84c 100644 --- a/Reply/Reply.go +++ b/Reply/Reply.go @@ -720,13 +720,12 @@ func (replyF) live(s string) { if v, ok := c.C.K_v.LoadV(`仅保存当前直播间流`).(bool); ok && v { StreamOStop(-1) //停止其他房间录制 } + c.C.Danmu_Main_mq.Push_tag(`savestream`, SavestreamO{ + Roomid: type_item.Roomid, + IsRec: true, + }) }() - c.C.Danmu_Main_mq.Push_tag(`savestream`, SavestreamO{ - Roomid: type_item.Roomid, - IsRec: true, - }) - Gui_show(Itos([]interface{}{"房间", type_item.Roomid, "开播了"}), "0room") msglog.L(`I: `, "房间", type_item.Roomid, "开播了") } -- 2.39.2