From 7f93f0cc98a109a03f74d9ade22ea50a546553ff Mon Sep 17 00:00:00 2001 From: qydysky <32743305+qydysky@users.noreply.github.com> Date: Wed, 21 Sep 2022 03:45:09 +0800 Subject: [PATCH] =?utf8?q?=E6=8F=90=E7=A4=BA=E9=94=99=E8=AF=AF=E4=BF=AE?= =?utf8?q?=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- F/api.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/F/api.go b/F/api.go index 8120fa2..bdc880d 100644 --- a/F/api.go +++ b/F/api.go @@ -615,6 +615,8 @@ func (c *GetFunc) getRoomPlayInfo() (missKey []string) { continue } + no_found_type = false + for _, v := range v.Codec { //选取配置中的格式 if v.CodecName != want_type.Codec_name { -- 2.39.2