示例#1
0
文件: cmd.go 项目: ushis/webmpc
func move(cmd *Cmd, conn *mpd.Client) (*Result, error) {
	return nil, conn.Move(cmd.Start, cmd.End, cmd.Pos)
}