mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-31 04:04:21 -04:00
chg: fix: add fallback
This commit is contained in:
parent
28fe8bd9bc
commit
6b751e11f3
@ -180,7 +180,7 @@ class TheMovieDatabase(Provider):
|
|||||||
# Although doing another API call is not ideal, this would only be called very rarely.
|
# Although doing another API call is not ideal, this would only be called very rarely.
|
||||||
if not localized_images:
|
if not localized_images:
|
||||||
logger.debug(
|
logger.debug(
|
||||||
"No images found for %s %s. Calling TMDB images API.",
|
"[Fallback] No images found for %s %s. Calling TMDB images API.",
|
||||||
item["media_type"],
|
item["media_type"],
|
||||||
item["id"],
|
item["id"],
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user