mirror of
https://github.com/BililiveRecorder/BililiveRecorder.git
synced 2024-11-16 03:32:20 +08:00
fix 没启用也自动录制的 bug
This commit is contained in:
parent
4766af403b
commit
12ac0b7ac2
|
@ -108,7 +108,10 @@ namespace BililiveRecorder.Core
|
|||
switch (e.Danmaku.MsgType)
|
||||
{
|
||||
case MsgTypeEnum.LiveStart:
|
||||
if (IsMonitoring)
|
||||
{
|
||||
Task.Run(() => StreamStatusChanged?.Invoke(this, new StreamStatusChangedArgs() { type = TriggerType.Danmaku }));
|
||||
}
|
||||
break;
|
||||
case MsgTypeEnum.LiveEnd:
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue
Block a user