mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 13:36:09 +05:00
update
This commit is contained in:
@@ -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()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user