LastSeason

This commit is contained in:
daru
2022-07-01 18:43:30 +02:00
parent be04fb92e5
commit d87b658837
5 changed files with 51 additions and 0 deletions

View File

@@ -171,6 +171,13 @@ func LangeArbeit() {
logOut.WriteError(err)
}
// last season data
err = refreshSeason(GetLastSeasonString())
if err != nil {
color.Errorln(err.Error())
logOut.WriteError(err)
}
// refresh anime cache with watched
count := 0
animesUsers, err := ReadAnimeUsers()