From f4dbaa190db75568a1cc58d243991aa00da08a75 Mon Sep 17 00:00:00 2001 From: qydysky Date: Sun, 8 May 2022 22:16:36 +0800 Subject: [PATCH] =?utf8?q?=E5=BC=80=E6=92=AD=E6=97=A0=E6=B3=95=E8=87=AA?= =?utf8?q?=E5=8A=A8=E4=BF=9D=E5=AD=98=E6=B5=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Reply/Reply.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Reply/Reply.go b/Reply/Reply.go index 39a2204..48371e8 100644 --- a/Reply/Reply.go +++ b/Reply/Reply.go @@ -636,7 +636,7 @@ 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`, roomid) + c.C.Danmu_Main_mq.Push_tag(`savestream`, int(roomid.(float64))) }() Gui_show(Itos([]interface{}{"房间", roomid, "开播了"}), "0room") -- 2.39.2