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()