chg: fix: add fallback

This commit is contained in:
Felipe Marinho 2024-11-14 15:14:39 -03:00 committed by Zoe Roux
parent 28fe8bd9bc
commit 6b751e11f3
No known key found for this signature in database

View File

@ -180,7 +180,7 @@ class TheMovieDatabase(Provider):
# Although doing another API call is not ideal, this would only be called very rarely.
if not localized_images:
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["id"],
)