adding availability
This commit is contained in:
2
main.go
2
main.go
@@ -162,7 +162,7 @@ var torrentFields = []string{
|
||||
"id", "name", "totalSize", "downloadedEver", "uploadedEver", "uploadRatio",
|
||||
"percentDone", "status", "eta", "error", "errorString", "doneDate", "isFinished",
|
||||
"rateDownload", "rateUpload", "peersConnected", "peersGettingFromUs", "peersSendingToUs",
|
||||
"peers",
|
||||
"availability", "peers",
|
||||
}
|
||||
|
||||
type rpcRequest struct {
|
||||
|
||||
Reference in New Issue
Block a user