Updated twist job
This commit is contained in:
parent
4cdc23d8f7
commit
7c3e60dff3
@ -36,6 +36,11 @@ func main() {
|
||||
// Log
|
||||
fmt.Fprintf(os.Stdout, "[%d / %d] ", count+1, len(idList))
|
||||
|
||||
if anime.Status != "current" {
|
||||
fmt.Println("Not currently airing - skipping")
|
||||
continue
|
||||
}
|
||||
|
||||
// Refresh
|
||||
anime.RefreshEpisodes()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user