예제 #1
0
파일: cmd.go 프로젝트: ushis/webmpc
func moveId(cmd *Cmd, conn *mpd.Client) (*Result, error) {
	return nil, conn.MoveId(cmd.Id, cmd.Pos)
}