Beispiel #1
0
func del(cmd *Cmd, conn *mpd.Client) (*Result, error) {
	return nil, conn.Delete(cmd.Start, cmd.End)
}