Repair logic
This commit is contained in:
@@ -43,6 +43,7 @@ func (d *Download) UnmarshalJSON(data []byte) error {
|
||||
type Torrent struct {
|
||||
ID string `json:"id"`
|
||||
Name string `json:"filename"`
|
||||
Hash string `json:"hash"`
|
||||
Progress int `json:"-"`
|
||||
Status string `json:"status"`
|
||||
Links []string `json:"links"`
|
||||
|
||||
Reference in New Issue
Block a user