fix: scope and sort franchise relations

This commit is contained in:
2026-04-10 23:32:30 +02:00
parent bb5be54c26
commit ceacbf09c9
5 changed files with 289 additions and 64 deletions

View File

@@ -170,7 +170,9 @@ type JikanRelationsResponse struct {
type RelationEntry struct {
Anime Anime
Relation string
IsCurrent bool
IsExtra bool
}
func (a Anime) DisplayTitle() string {