Пример #1
0
func seek(cmd *Cmd, conn *mpd.Client) (*Result, error) {
	return nil, conn.Seek(cmd.Pos, cmd.Time)
}