Refinements
This commit is contained in:
@@ -18,7 +18,6 @@ func File(path string, fileSize int64, added string, link string) Response {
|
||||
Propstat: PropStat{
|
||||
Prop: Prop{
|
||||
ContentLength: fileSize,
|
||||
IsHidden: 0,
|
||||
CreationDate: added,
|
||||
LastModified: added,
|
||||
},
|
||||
|
||||
@@ -25,7 +25,6 @@ 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