We fast now

This commit is contained in:
daru
2022-07-01 17:08:10 +02:00
parent cc525f2460
commit f078c93b9e
5 changed files with 12 additions and 36 deletions

View File

@@ -320,7 +320,8 @@ type MmOracle struct {
type MovieChart struct {
MmId int `json:"mmId"`
Anime int64 `json:"anime"`
Title string `json:"title"`
AvgScore float64 `json:"avgScore"`
UserCount int `json:"userCount"`
Data Anime `json:"data"`
}