Explicit PrefetchAnime call

This commit is contained in:
2017-07-05 14:34:33 +02:00
parent 9d28c652c0
commit a94b69d671
5 changed files with 6 additions and 15 deletions

View File

@ -23,6 +23,7 @@ func Get(ctx *aero.Context) string {
}
watchingList := animeList.WatchingAndPlanned()
watchingList.PrefetchAnime()
watchingList.Sort()
return utils.AllowEmbed(ctx, ctx.HTML(components.AnimeList(watchingList, animeList.User(), user)))