Skip to content

Commit

Permalink
Debug log for the invalid LRCs
Browse files Browse the repository at this point in the history
  • Loading branch information
moehmeni committed Mar 15, 2024
1 parent f8910b0 commit 06da9cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions syncedlyrics/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ def search(
logger.debug(
f"Skip {provider.__class__.__name__} as the synced-lyrics is not valid. (allow_plain_format={allow_plain_format})"
)
logger.debug(f"Lyrics: {_l}")
if not lrc:
logger.info(f'No synced-lyrics found for "{search_term}" :(')
return None
Expand Down

0 comments on commit 06da9cf

Please sign in to comment.