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