PyTrakt
PyTrakt copied to clipboard
Shows Have no Genres
I'm using the code
me = User("Frazzer951")
shows = me.watched_shows
To get a list of all the shows on my watchlist. I want to filter the list out to only have Anime.
Unless there is another way that I don't know if, I want to get the show's genres and check if it has "Anime" as one of the fields, but It seems that all the shows have their genres field sent to None. Do I need to do something special to get this field to populate? Or is there a better way to tell if the Show is Anime?