Implement autoheal feature
This commit is contained in:
@@ -25,6 +25,7 @@ type Torrent struct {
|
||||
}
|
||||
|
||||
type File struct {
|
||||
ID int `json:"id"`
|
||||
Path string `json:"path"`
|
||||
Bytes int64 `json:"bytes"`
|
||||
Selected int `json:"selected"`
|
||||
|
||||
Reference in New Issue
Block a user