From: qydysky Date: Fri, 29 Mar 2024 14:31:34 +0000 (+0800) Subject: Improve state显示录制的common X-Git-Tag: v0.13.6~1 X-Git-Url: http://127.0.0.1:8081/?a=commitdiff_plain;h=5d6d7b3a12300fd52e6a5b92a039613bb5dbdd19;p=bili_danmu%2F.git Improve state显示录制的common --- diff --git a/Reply/stream.go b/Reply/stream.go index d05bbb7..8f9e94b 100644 --- a/Reply/stream.go +++ b/Reply/stream.go @@ -158,6 +158,8 @@ func (link *m4s_link_item) download(reqPool *pool.Buf[reqf.Req], reqConfig reqf. } func (t *M4SStream) MarshalJSON() ([]byte, error) { + t.common.Rev = c.C.Rev + t.common.Watched = c.C.Watched return json.MarshalIndent(t.common, "", " ") }