From 8503f5feeea4c892d83d284cd4149737bd4c9895 Mon Sep 17 00:00:00 2001 From: mkelvers Date: Mon, 6 Apr 2026 23:15:19 +0200 Subject: [PATCH] fix: remove duplicate themes field in anime struct --- internal/jikan/types.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/jikan/types.go b/internal/jikan/types.go index 5d608ce..af6abab 100644 --- a/internal/jikan/types.go +++ b/internal/jikan/types.go @@ -57,7 +57,6 @@ type Anime struct { Studios []NamedEntity `json:"studios"` Producers []NamedEntity `json:"producers"` Themes []NamedEntity `json:"themes"` - Themes2 []NamedEntity `json:"themes"` // fallback for different API versions Source string `json:"source"` Demographics []NamedEntity `json:"demographics"` Broadcast struct {