notify changes

This commit is contained in:
2025-01-26 17:56:04 -05:00
parent 7eba1da366
commit 2e179ca7e6
2 changed files with 8 additions and 3 deletions

View File

@ -71,6 +71,8 @@ class Aggregate:
if plain: # do not record LRC fails
try:
await self.redis_cache.increment_found_count("failed")
self.notifier.send("WARNING",
f"Could not find {artist} - {song} via queried sources.")
except Exception as e:
traceback.print_exc()
logging.info("Could not increment redis failed counter: %s",