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