mirror of
https://github.com/beetbox/beets.git
synced 2026-01-08 00:45:55 +01:00
better debug message for no genius artist match
This commit is contained in:
parent
ae175e156b
commit
bb5740d63c
1 changed files with 2 additions and 1 deletions
|
|
@ -424,7 +424,8 @@ class Genius(Backend):
|
|||
if hit_artist.lower() == artist.lower():
|
||||
return self.lyrics_from_song_page(hit["result"]["url"])
|
||||
|
||||
self._log.debug(u'genius: no matching artist')
|
||||
self._log.debug(u'Genius failed to find a matching artist for \'{0}\'',
|
||||
artist)
|
||||
|
||||
def _clean(self, artist):
|
||||
"""Cleans genius-isms to help artist matching"""
|
||||
|
|
|
|||
Loading…
Reference in a new issue