torrent.go | 3 --- diff --git a/torrent.go b/torrent.go index 02350eed32a66e0c3b57e77a262485dfa1d03934..fa69665d6cc6bdecd8252bfeba4b0c9c92075cbd 100644 --- a/torrent.go +++ b/torrent.go @@ -1103,9 +1103,6 @@ func (t *Torrent) SetInfoBytes(b []byte) (err error) { t.cl.mu.Lock() defer t.cl.mu.Unlock() - if t.info != nil { - return - } return t.setInfoBytes(b) }