mirror of
https://github.com/AynaLivePlayer/blivedm-go.git
synced 2025-12-06 11:22:50 +08:00
fix: UseDefaultHost
This commit is contained in:
@@ -149,7 +149,7 @@ func (c *Client) SetHost(host string) {
|
||||
|
||||
// UseDefaultHost 使用默认 host broadcastlv.chat.bilibili.com
|
||||
func (c *Client) UseDefaultHost() {
|
||||
c.host = "broadcastlv.chat.bilibili.com"
|
||||
c.hostList = []string{"broadcastlv.chat.bilibili.com"}
|
||||
}
|
||||
|
||||
func (c *Client) sendEnterPacket() error {
|
||||
|
||||
Reference in New Issue
Block a user