remove karma endpoints from schema + add webhook notification for debugging (failed lyrics searches, non-LRC)

This commit is contained in:
2025-05-01 06:32:28 -04:00
parent 8848d3a493
commit ad43db289a
6 changed files with 21 additions and 17 deletions

View File

@ -103,8 +103,8 @@ class LRCLib:
best_match = self.matcher.find_best_match(
input_track, possible_matches
)[0]
except: # noqa
pass
except: # noqa
pass
if not best_match:
return