New user profile
This commit is contained in:
@ -30,7 +30,7 @@ func Anime(ctx *aero.Context) string {
|
||||
completed := animeList.FilterStatus(arn.AnimeListStatusCompleted)
|
||||
|
||||
// Genre affinity
|
||||
bestGenres := getBestGenres(animeList)
|
||||
bestGenres := animeList.TopGenres(bestGenreCount)
|
||||
|
||||
// Get all anime
|
||||
var tv []*arn.Anime
|
||||
|
Reference in New Issue
Block a user