do not report LRC search fails, LRCs known to be more limited
This commit is contained in:
parent
85a7440c67
commit
b0a9af0560
@ -68,6 +68,7 @@ class Aggregate:
|
|||||||
if not search_result:
|
if not search_result:
|
||||||
logging.info("%s - %s: all sources exhausted, not found.",
|
logging.info("%s - %s: all sources exhausted, not found.",
|
||||||
artist, song)
|
artist, song)
|
||||||
|
if plain: # do not record LRC fails
|
||||||
try:
|
try:
|
||||||
await self.redis_cache.increment_found_count("failed")
|
await self.redis_cache.increment_found_count("failed")
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user