remove unfinished score sorting and score display (#2)
* refactor: remove watchlist score sort * refactor: drop score metadata from ui
This commit is contained in:
@@ -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"`
|
||||
|
||||
Reference in New Issue
Block a user