From 80a5df7a47f4acc098a92384e5f9cff7e25da251 Mon Sep 17 00:00:00 2001 From: YouROK <8yourok8@mail.ru> Date: Thu, 4 Mar 2021 14:44:47 +0300 Subject: [PATCH] add data --- server/torr/apihelper.go | 1 + 1 file changed, 1 insertion(+) 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()