This commit is contained in:
YouROK
2020-11-10 22:57:16 +03:00
parent 6a11651cf5
commit 1ce27ef121
12 changed files with 63 additions and 32 deletions

View File

@@ -31,6 +31,9 @@ const (
)
type TorrentStats struct {
Title string `json:"title"`
Poster string `json:"poster"`
Name string `json:"name,omitempty"`
Hash string `json:"hash,omitempty"`