mirror of
https://github.com/Monibuca/plugin-record.git
synced 2025-10-17 06:10:36 +08:00
🐛 FIX: 自动录制没有进入当前录制列表中
This commit is contained in:
@@ -15,7 +15,8 @@ type Recorder struct {
|
||||
append bool // 是否追加模式
|
||||
}
|
||||
|
||||
func (r *Recorder) Start() {
|
||||
func (r *Recorder) start() {
|
||||
recordConfig.recordings.Store(r.ID, r)
|
||||
r.PlayRaw()
|
||||
recordConfig.recordings.Delete(r.ID)
|
||||
r.Close()
|
||||
|
Reference in New Issue
Block a user