wagnerrp / pytmdb3

Python interface to TheMovieDB.org v3 API
BSD 3-Clause "New" or "Revised" License
122 stars 36 forks source link

Return 'no language' backdrops alongside language specific backdrops #24

Closed rig9919 closed 11 years ago

rig9919 commented 11 years ago

Since so many people upload backdrops without a language, the backdrops list is almost always empty when specifying a language. I think backdrops list should contain both types of backdrops or at least have an option for it. Right now, using a language effectively breaks backdrop support.

rig9919 commented 11 years ago

Nevermind, apparently fallthrough=True in set_locale already does this.