feat: add score to jikan anime

This commit is contained in:
2026-04-21 00:21:27 +02:00
parent 4263ead407
commit 2a582f87c0

View File

@@ -47,6 +47,7 @@ type Anime struct {
} `json:"webp"`
} `json:"images"`
Synopsis string `json:"synopsis"`
Score float64 `json:"score"`
Rank int `json:"rank"`
Popularity int `json:"popularity"`
Status string `json:"status"`