Episodes now have their own ID
This commit is contained in:
@ -18,7 +18,7 @@ func main() {
|
||||
modified := false
|
||||
|
||||
// Try to find incorrect airing dates
|
||||
for _, episode := range anime.Episodes().Items {
|
||||
for _, episode := range anime.Episodes() {
|
||||
if episode.AiringDate.Start == "" {
|
||||
continue
|
||||
}
|
||||
|
Reference in New Issue
Block a user