Пример #1
0
func playId(cmd *Cmd, conn *mpd.Client) (*Result, error) {
	return nil, conn.PlayId(cmd.Id)
}