mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -04:00
Include images without languages in tmdb
This commit is contained in:
parent
462aa44473
commit
5f1ea76cad
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user