mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 08:49:13 +00:00
fix(indexers): OPS API test function (#1772)
fix(indexers): change RequiredRatio type from int to float
This commit is contained in:
parent
509e4ddaed
commit
f7e635d5ae
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ type Userstats struct {
|
||||||
Uploaded int64 `json:"uploaded"`
|
Uploaded int64 `json:"uploaded"`
|
||||||
Downloaded int64 `json:"downloaded"`
|
Downloaded int64 `json:"downloaded"`
|
||||||
Ratio float64 `json:"ratio"`
|
Ratio float64 `json:"ratio"`
|
||||||
Requiredratio int64 `json:"requiredratio"`
|
Requiredratio float64 `json:"requiredratio"`
|
||||||
BonusPoints int64 `json:"bonusPoints"`
|
BonusPoints int64 `json:"bonusPoints"`
|
||||||
BonusPointsPerHour float64 `json:"bonusPointsPerHour"`
|
BonusPointsPerHour float64 `json:"bonusPointsPerHour"`
|
||||||
Class string `json:"class"`
|
Class string `json:"class"`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue