From 119177c91e0e513c49a3f8b050c9685d8879660b Mon Sep 17 00:00:00 2001 From: qydysky <32743305+qydysky@users.noreply.github.com> Date: Wed, 1 Feb 2023 02:51:56 +0800 Subject: [PATCH] =?utf8?q?Fix=20=E7=A7=BB=E9=99=A4OBS=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Reply/Reply.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Reply/Reply.go b/Reply/Reply.go index eb27975..da3f502 100644 --- a/Reply/Reply.go +++ b/Reply/Reply.go @@ -709,8 +709,8 @@ func (replyF) preparing(s string) { return } else { { //附加功能 obs结束 savestream结束 - Obs_R(false) - Obsf(false) + // Obs_R(false) + // Obsf(false) go ShowRevf() c.C.Liveing = false // 停止此房间录制 @@ -732,8 +732,8 @@ func (replyF) live(s string) { return } else { { //附加功能 obs录播 - Obsf(true) - Obs_R(true) + // Obsf(true) + // Obs_R(true) } { c.C.Rev = 0.0 //营收 -- 2.39.2