mirror of
https://github.com/BililiveRecorder/BililiveRecorder.git
synced 2024-11-16 19:57:27 +08:00
fix bug
This commit is contained in:
parent
39f84a7d3c
commit
ef1d6bb10b
|
@ -148,7 +148,7 @@ namespace BililiveRecorder.Core
|
|||
private void StreamMonitor_StreamStatusChanged(object sender, StreamStatusChangedArgs e)
|
||||
{
|
||||
// if (StartupTask?.IsCompleted ?? true)
|
||||
if (!IsRecording)
|
||||
if (!IsRecording && (StartupTask?.IsCompleted ?? true))
|
||||
{
|
||||
StartupTask = _StartRecordAsync();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user