This commit is contained in:
YouROK
2020-11-30 23:04:49 +03:00
parent f1aa7858f2
commit 0569ade7b8
7 changed files with 35 additions and 30 deletions

View File

@@ -15,6 +15,7 @@ func AddTorrentDB(torr *Torrent) {
t.Name = torr.Name()
t.Title = torr.Title
t.Poster = torr.Poster
t.Size = torr.Size
t.Timestamp = time.Now().Unix()
settings.AddTorrent(t)
}