diff --git a/tubearchivist/home/src/download/thumbnails.py b/tubearchivist/home/src/download/thumbnails.py index 7b71f915..3f1975d2 100644 --- a/tubearchivist/home/src/download/thumbnails.py +++ b/tubearchivist/home/src/download/thumbnails.py @@ -63,6 +63,7 @@ class ThumbManagerBase: def get_fallback(self): """get fallback thumbnail if not available""" + print(f"{self.item_id}: failed to extract thumbnail, use fallback") if self.fallback: img_raw = Image.open(self.fallback) return img_raw