From 82d3d6ec746061a4c2c43ede52090766636cd293 Mon Sep 17 00:00:00 2001 From: qydysky <32743305+qydysky@users.noreply.github.com> Date: Thu, 23 Feb 2023 02:58:05 +0800 Subject: [PATCH] =?utf8?q?Improve=20=E6=9C=89=E6=97=B6=E4=B8=8D=E8=BF=94?= =?utf8?q?=E5=9B=9E=E5=BC=B9=E5=B9=95=20=E5=BC=80=E6=92=AD=E5=88=B7?= =?utf8?q?=E6=96=B0=E5=BC=B9=E5=B9=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Reply/Reply.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Reply/Reply.go b/Reply/Reply.go index b206024..736e3d3 100644 --- a/Reply/Reply.go +++ b/Reply/Reply.go @@ -768,6 +768,8 @@ func (replyF) live(s string) { StreamOStop(-2) //停止其他房间录制 } StreamOStart(c.C.Roomid) + //有时不返回弹幕 开播刷新弹幕 + c.C.Danmu_Main_mq.Push_tag(`flash_room`, nil) }() Gui_show(Itos([]interface{}{"房间", type_item.Roomid, "开播了"}), "0room") -- 2.39.2