mirror of
https://github.com/BililiveRecorder/BililiveRecorder.git
synced 2024-11-15 19:22:19 +08:00
fix(core): stream info pulling condition
This commit is contained in:
parent
7aa12b61a7
commit
e9342d43c4
|
@ -626,7 +626,8 @@ namespace BililiveRecorder.Core
|
|||
{
|
||||
this.StartDamakuConnection(delay: false);
|
||||
|
||||
if (this.RoomConfig.AutoRecord)
|
||||
// 如果开启了自动录制 或者 还没有获取过第一次房间信息
|
||||
if (this.RoomConfig.AutoRecord || !this.danmakuConnectHoldOff.IsSet)
|
||||
{
|
||||
_ = Task.Run(async () =>
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user