Updated to latest ARN API
This commit is contained in:
@ -15,7 +15,7 @@ func main() {
|
||||
color.Yellow("Syncing Anime")
|
||||
|
||||
// Get a stream of all anime
|
||||
allAnime := kitsu.AllAnime()
|
||||
allAnime := kitsu.StreamAnime()
|
||||
|
||||
// Iterate over the stream
|
||||
for anime := range allAnime {
|
||||
|
Reference in New Issue
Block a user