@@ -22,7 +22,7 @@ func main() {
os.Exit(1)
}
comandosPermitidos := []string{"play", "pause", "info"}
comandosPermitidos := []string{"play", "pause", "info", "next"}
var comando string
if slices.Contains(comandosPermitidos, os.Args[1]) {
comando = os.Args[1]
The note is not visible to the blocked user.