This commit is contained in:
2025-11-22 21:41:12 -05:00
parent dcc6c7b24e
commit 3d0b867427
6 changed files with 97 additions and 249 deletions

View File

@@ -68,10 +68,10 @@ class Aggregate:
if plain: # do not record LRC fails
try:
await self.redis_cache.increment_found_count("failed")
await self.notifier.send(
"WARNING",
f"Could not find {artist} - {song} via queried sources.",
)
# await 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", str(e))