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