diff --git a/plugin/handlers/lookup_handler.py b/plugin/handlers/lookup_handler.py index 024a466..bb31103 100644 --- a/plugin/handlers/lookup_handler.py +++ b/plugin/handlers/lookup_handler.py @@ -36,6 +36,7 @@ async def callback(self, query: Query): return Result(msg, icon=library.icon) if library.cache is None: + log.info("Cache is `None`, refreshing") await self.plugin.refresh_library_cache(library) if library.cache is None: return Result(