fix daemon's concurrency issues

This commit is contained in:
LeonardoTrapani
2025-08-14 19:23:33 +02:00
parent 743b103857
commit 61e62b749f
3 changed files with 101 additions and 32 deletions
+1
View File
@@ -56,5 +56,6 @@ type Nop struct{}
func (Nop) RecordingStarted() {}
func (Nop) RecordingEnded() {}
func (Nop) Aborted() {}
func (Nop) Transcribing() {}
func (Nop) Error(msg string) {}