This commit is contained in:
YouROK
2020-11-24 15:43:24 +03:00
parent 9a69eb0e49
commit e36f01bf5e

View File

@@ -81,7 +81,6 @@ func NewTorrent(spec *torrent.TorrentSpec, bt *BTServer) (*Torrent, error) {
torr.TorrentSpec = spec torr.TorrentSpec = spec
torr.expiredTime = time.Now().Add(time.Minute) torr.expiredTime = time.Now().Add(time.Minute)
torr.Timestamp = time.Now().Unix() torr.Timestamp = time.Now().Unix()
torr.Size = goTorrent.Length()
go torr.watch() go torr.watch()