mirror of
https://github.com/Monibuca/plugin-record.git
synced 2025-10-17 06:10:36 +08:00
导出config
This commit is contained in:
@@ -16,9 +16,9 @@ type Recorder struct {
|
||||
}
|
||||
|
||||
func (r *Recorder) start() {
|
||||
recordConfig.recordings.Store(r.ID, r)
|
||||
RecordPluginConfig.recordings.Store(r.ID, r)
|
||||
r.PlayRaw()
|
||||
recordConfig.recordings.Delete(r.ID)
|
||||
RecordPluginConfig.recordings.Delete(r.ID)
|
||||
r.Close()
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user