Skip to content

Commit

Permalink
chg: fix: add fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
felipemarinho97 committed Nov 14, 2024
1 parent 4a52639 commit f516d31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scanner/providers/implementations/themoviedatabase.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ async def get_best_image(self, item, lng, key):
# 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"],
)
Expand Down

0 comments on commit f516d31

Please sign in to comment.