remove unfinished score sorting and score display (#2)

* refactor: remove watchlist score sort

* refactor: drop score metadata from ui
This commit is contained in:
2026-04-14 23:01:33 +02:00
committed by GitHub
parent 041d5a113e
commit f0a64f37e6
5 changed files with 3 additions and 17 deletions

View File

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