mirror of
https://github.com/beetbox/beets.git
synced 2025-12-15 13:07:09 +01:00
Add debug logger for Genius lyrics no-match
This commit is contained in:
parent
d43cf35ad2
commit
c8e8e587f8
1 changed files with 2 additions and 0 deletions
|
|
@ -402,6 +402,8 @@ class Genius(Backend):
|
|||
if song_info:
|
||||
song_api_path = song_info["result"]["api_path"]
|
||||
return self.lyrics_from_song_api_path(song_api_path)
|
||||
else:
|
||||
self._log.debug(u'Genius did not return a matching artist entry')
|
||||
|
||||
|
||||
class LyricsWiki(SymbolsReplaced):
|
||||
|
|
|
|||
Loading…
Reference in a new issue