remove unused name from db

This commit is contained in:
YouROK
2021-03-11 14:47:40 +03:00
parent 542946b65a
commit c03ea41cb4
3 changed files with 0 additions and 6 deletions

View File

@@ -12,7 +12,6 @@ import (
type TorrentDB struct {
*torrent.TorrentSpec
Name string `json:"name"`
Title string `json:"title,omitempty"`
Poster string `json:"poster,omitempty"`
Data string `json:"data,omitempty"`