This commit is contained in:
YouROK
2020-11-19 15:39:50 +03:00
parent f5827b8424
commit d730c04c26
3 changed files with 7 additions and 1 deletions

View File

@@ -19,6 +19,7 @@ type TorrentDB struct {
Poster string `json:"poster,omitempty"`
Timestamp int64 `json:"timestamp,omitempty"`
Size int64 `json:"size,omitempty"`
Files []state.TorrentFileStat `json:"files,omitempty"`
}