This commit is contained in:
YouROK
2021-03-04 14:44:47 +03:00
parent 37aa23337d
commit 80a5df7a47

View File

@@ -73,6 +73,7 @@ func GetTorrent(hashHex string) *Torrent {
if tr != nil {
tr.Title = tor.Title
tr.Poster = tor.Poster
tr.Data = tor.Data
tr.Size = tor.Size
tr.Timestamp = tor.Timestamp
tr.GotInfo()