mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-06-02 21:24:20 -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={
|
params={
|
||||||
"language": lng,
|
"language": lng,
|
||||||
"append_to_response": "alternative_titles,videos,credits,keywords,images,external_ids",
|
"append_to_response": "alternative_titles,videos,credits,keywords,images,external_ids",
|
||||||
|
"include_image_language": f"{lng},null"
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
logging.debug("TMDb responded: %s", show)
|
logging.debug("TMDb responded: %s", show)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user