mirror of
https://github.com/Monibuca/plugin-record.git
synced 2025-10-19 06:54:34 +08:00
fix: subscribe will block event bus
This commit is contained in:
@@ -11,7 +11,7 @@ import (
|
||||
type Recorder struct {
|
||||
Subscriber
|
||||
SkipTS uint32
|
||||
*Record `json:"-"`
|
||||
*Record `json:"-" yaml:"-"`
|
||||
newFile bool // 创建了新的文件
|
||||
append bool // 是否追加模式
|
||||
}
|
||||
|
Reference in New Issue
Block a user