Example #1
0
File: cmd.go Project: ushis/webmpc
func play(cmd *Cmd, conn *mpd.Client) (*Result, error) {
	return nil, conn.Play(cmd.Pos)
}