mirror of
https://github.com/ultrasn0w/huso.git
synced 2025-12-14 06:49:52 +01:00
LastSeason
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user