Include images without languages in tmdb

This commit is contained in:
Zoe Roux 2023-09-06 15:22:58 +02:00
parent 462aa44473
commit 5f1ea76cad

View File

@ -199,6 +199,7 @@ class TheMovieDatabase(Provider):
params={
"language": lng,
"append_to_response": "alternative_titles,videos,credits,keywords,images,external_ids",
"include_image_language": f"{lng},null"
},
)
logging.debug("TMDb responded: %s", show)