This commit is contained in:
sentriz
2023-10-04 21:03:39 +01:00
parent ce991b4d85
commit 315c4f834e
3 changed files with 3 additions and 3 deletions

View File

@@ -311,7 +311,7 @@ func (j *Jukebox) Quit() error {
return nil
}
go func() {
j.conn.Call("quit")
_, _ = j.conn.Call("quit")
}()
if err := j.conn.Close(); err != nil {
return fmt.Errorf("close: %w", err)