diff --git a/server/torr/apihelper.go b/server/torr/apihelper.go index 333f6a0..cbd5665 100644 --- a/server/torr/apihelper.go +++ b/server/torr/apihelper.go @@ -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()