diff --git a/cmd/soundtouch-cli/cmd_speaker.go b/cmd/soundtouch-cli/cmd_speaker.go index 2ee86db..8e68568 100644 --- a/cmd/soundtouch-cli/cmd_speaker.go +++ b/cmd/soundtouch-cli/cmd_speaker.go @@ -171,6 +171,7 @@ func playNotification(c *cli.Context) error { } else { PrintError(fmt.Sprintf("Failed to play notification beep: %v", err)) } + return err }