This commit is contained in:
YouROK
2020-11-25 23:49:51 +03:00
parent 550e279110
commit a70c6374c3
2 changed files with 15 additions and 9 deletions

View File

@@ -65,6 +65,10 @@ func GetTorrent(hashHex string) *Torrent {
go func() {
tr, _ := NewTorrent(tor.TorrentSpec, bts)
if tr != nil {
tr.Title = tor.Title
tr.Poster = tor.Poster
tr.Size = tor.Size
tr.Timestamp = tor.Timestamp
tr.GotInfo()
}
}()