Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

Revert "Start adding anidb support"

This reverts commit 7d4c88861e.
Cette révision appartient à :
PantsuDev 2017-06-04 20:06:55 +10:00
Parent e34ddd1404
révision fa88e255ba
Aucune clé n'a été trouvée pour cette signature dans la base de données
ID de la clé GPG: C0A42175139840D6

Voir le fichier

@ -57,7 +57,6 @@ type Torrent struct {
Filesize int64 `gorm:"column:filesize"`
Description string `gorm:"column:description"`
WebsiteLink string `gorm:"column:website_link"`
AnidbID string `gorm:"column:"anidb_id""`
Trackers string `gorm:"column:trackers"`
DeletedAt *time.Time
@ -226,7 +225,6 @@ type TorrentJSON struct {
Leechers uint32 `json:"leechers"`
Completed uint32 `json:"completed"`
LastScrape time.Time `json:"last_scrape"`
AnidbID string `json:"anidb_id"`
FileList []FileJSON `json:"file_list"`
}