From 2a582f87c007c82d00cedf22e07b8bc2d61c0513 Mon Sep 17 00:00:00 2001 From: mkelvers Date: Tue, 21 Apr 2026 00:21:27 +0200 Subject: [PATCH] feat: add score to jikan anime --- integrations/jikan/types.go | 1 + 1 file changed, 1 insertion(+) diff --git a/integrations/jikan/types.go b/integrations/jikan/types.go index 7e85827..713cadf 100644 --- a/integrations/jikan/types.go +++ b/integrations/jikan/types.go @@ -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"`