From 6b751e11f3f494492922dae05768643587e8c6d5 Mon Sep 17 00:00:00 2001 From: Felipe Marinho Date: Thu, 14 Nov 2024 15:14:39 -0300 Subject: [PATCH] chg: fix: add fallback --- scanner/providers/implementations/themoviedatabase.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scanner/providers/implementations/themoviedatabase.py b/scanner/providers/implementations/themoviedatabase.py index b5b8b86d..41d56523 100644 --- a/scanner/providers/implementations/themoviedatabase.py +++ b/scanner/providers/implementations/themoviedatabase.py @@ -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"], )