revert: remove score from jikan and anime card

This commit is contained in:
2026-04-21 00:24:01 +02:00
parent 87c8b807e1
commit bda7afa31d
4 changed files with 2 additions and 16 deletions

View File

@@ -47,7 +47,6 @@ 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"`