From e36f01bf5e180cf13c17944f2c5d6cdbbd4b99bd Mon Sep 17 00:00:00 2001 From: YouROK <8yourok8@mail.ru> Date: Tue, 24 Nov 2020 15:43:24 +0300 Subject: [PATCH] update --- src/server/torr/torrent.go | 1 - 1 file changed, 1 deletion(-) diff --git a/src/server/torr/torrent.go b/src/server/torr/torrent.go index f400372..f71d6c1 100644 --- a/src/server/torr/torrent.go +++ b/src/server/torr/torrent.go @@ -81,7 +81,6 @@ func NewTorrent(spec *torrent.TorrentSpec, bt *BTServer) (*Torrent, error) { torr.TorrentSpec = spec torr.expiredTime = time.Now().Add(time.Minute) torr.Timestamp = time.Now().Unix() - torr.Size = goTorrent.Length() go torr.watch()