Removed planned from extension

This commit is contained in:
2017-07-05 15:50:29 +02:00
parent 57415c6987
commit 3df506b274
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ func Get(ctx *aero.Context) string {
return ctx.Error(http.StatusNotFound, "Anime list not found", nil)
}
watchingList := animeList.WatchingAndPlanned()
watchingList := animeList.Watching()
watchingList.PrefetchAnime()
watchingList.Sort()