From: qydysky Date: Sun, 8 May 2022 14:16:36 +0000 (+0800) Subject: 开播无法自动保存流 X-Git-Tag: v0.5.10~41^2~53 X-Git-Url: http://127.0.0.1:8081/?a=commitdiff_plain;h=f4dbaa190db75568a1cc58d243991aa00da08a75;p=bili_danmu%2F.git 开播无法自动保存流 --- 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")