A lot of rewrite here
This commit is contained in:
@@ -27,6 +27,6 @@ type Torrent struct {
|
||||
type File struct {
|
||||
ID int `json:"id"`
|
||||
Path string `json:"path"`
|
||||
Bytes int `json:"bytes"`
|
||||
Bytes int64 `json:"bytes"`
|
||||
Selected int `json:"selected"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user