diff --git a/snotify.go b/snotify.go index b194067..b93088f 100644 --- a/snotify.go +++ b/snotify.go @@ -76,7 +76,7 @@ func playSoundOnNewLine() { } func playSound() { - soundCmd := exec.Command("mpv", "--no-config", "--msg-level=v", "--volume=80", "/opt/snotify/message.ogg") + soundCmd := exec.Command("mpv", "--no-config", "--volume=80", "/opt/snotify/message.ogg") if err := soundCmd.Start(); err != nil { fmt.Println("Error playing sound:", err) return