Removed planned from extension
This commit is contained in:
@ -46,7 +46,7 @@ func dashboard(ctx *aero.Context) string {
|
||||
return
|
||||
}
|
||||
|
||||
animeList = animeList.WatchingAndPlanned()
|
||||
animeList = animeList.Watching()
|
||||
animeList.PrefetchAnime()
|
||||
|
||||
for _, item := range animeList.Items {
|
||||
|
Reference in New Issue
Block a user