Skip to content
Update Expressions authored by l3uddz's avatar l3uddz
......@@ -29,6 +29,7 @@ type ReleaseInfo struct {
ReleaseTime string
TorrentName string
TorrentURL string
TorrentId string
SizeString string
SizeBytes int64
Category string
......@@ -36,9 +37,12 @@ type ReleaseInfo struct {
Resolution string
Container string
Origin string
Source string
Tags string
Files []string
FreeLeech bool
}
```
The `Files` array will initially only ever be populated when bencode has been enabled for the releases associated tracker.
......
......