This commit is contained in:
YouROK
2020-11-19 15:49:24 +03:00
parent d730c04c26
commit 9a69eb0e49
2 changed files with 0 additions and 5 deletions

View File

@@ -16,7 +16,6 @@ func AddTorrentDB(torr *Torrent) {
t.Title = torr.Title
t.Poster = torr.Poster
t.Timestamp = time.Now().Unix()
t.Files = torr.Status().FileStats
settings.AddTorrent(t)
}