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