Removed dropped entries from schedule

This commit is contained in:
2017-07-01 13:45:23 +02:00
parent 355ec3202b
commit 9c0518c278
2 changed files with 4 additions and 3 deletions

View File

@ -46,6 +46,8 @@ func dashboard(ctx *aero.Context) string {
return
}
animeList = animeList.WatchingAndPlanned()
var keys []string
for _, item := range animeList.Items {