Add support for configs
This commit is contained in:
@@ -15,7 +15,7 @@ type UnrestrictResponse struct {
|
||||
|
||||
type Torrent struct {
|
||||
ID string `json:"id"`
|
||||
Filename string `json:"filename"`
|
||||
Name string `json:"filename"`
|
||||
Hash string `json:"hash"`
|
||||
Progress int `json:"progress"`
|
||||
Added string `json:"added"`
|
||||
|
||||
Reference in New Issue
Block a user