fix(core): stream info pulling condition

This commit is contained in:
genteure 2023-08-20 15:53:34 +08:00
parent 7aa12b61a7
commit e9342d43c4

View File

@ -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 () =>
{