revert: remove torrent streaming feature

This commit is contained in:
2026-04-07 13:48:37 +02:00
parent 81e5050732
commit aa5a99eec7
28 changed files with 294 additions and 3937 deletions

View File

@@ -25,8 +25,6 @@ type Anime struct {
TitleEnglish sql.NullString `json:"title_english"`
TitleJapanese sql.NullString `json:"title_japanese"`
Airing sql.NullBool `json:"airing"`
MagnetLink sql.NullString `json:"magnet_link"`
TorrentHash sql.NullString `json:"torrent_hash"`
}
type Session struct {