Closed CollinHeist closed 1 year ago
just saw this @CollinHeist ill look into next week
so yea it's all because of language
you can see the exact calls being made if you add the following to the beginning of your code
import logging
logger = logging.getLogger()
logger.setLevel(logging.DEBUG)
logger.addHandler(logging.StreamHandler())
so like @mchangrh said its because I'm also passing the parameter language.
I've removed defaulting to English youll now have to set the language.
I've also made include_language a property.
So if you set language to en
and then include_language to null
youll get all english and no language backdrops but if you do nothing you should now get all backdrops
Version Number
v1.0.8
Describe the Bug
Movie
objects are being returned without anybackdrops
, despite them being present for the movie itself (and returned via the API). For example, for this movie:This occurs even if you reload the
Movie
object.