From: qydysky <32743305+qydysky@users.noreply.github.com> Date: Sun, 29 Jan 2023 17:10:49 +0000 (+0800) Subject: Fix 提示错误 X-Git-Tag: v0.5.11~9 X-Git-Url: http://127.0.0.1:8081/?a=commitdiff_plain;h=ae4a074eb8fd503b439d11e1f7a389c0227df8c8;p=bili_danmu%2F.git Fix 提示错误 --- diff --git a/Reply/stream.go b/Reply/stream.go index 494a6f5..a2b46eb 100644 --- a/Reply/stream.go +++ b/Reply/stream.go @@ -797,8 +797,8 @@ func (t *M4SStream) saveStreamM4s() (e error) { if vl := t.common.ValidLive(); vl == nil { return errors.New(`全部流服务器故障`) } else { - t.log.L(`W: `, `切片下载失败,故障转移`, oldHost, ` -> `, linkUrl.Host) linkUrl.Host = vl.Host() + t.log.L(`W: `, `切片下载失败,故障转移`, oldHost, ` -> `, linkUrl.Host) } v.Url = linkUrl.String() }