Removed planned from extension
This commit is contained in:
parent
57415c6987
commit
3df506b274
@ -46,7 +46,7 @@ func dashboard(ctx *aero.Context) string {
|
||||
return
|
||||
}
|
||||
|
||||
animeList = animeList.WatchingAndPlanned()
|
||||
animeList = animeList.Watching()
|
||||
animeList.PrefetchAnime()
|
||||
|
||||
for _, item := range animeList.Items {
|
||||
|
@ -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()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user