mirror of
https://github.com/beetbox/beets.git
synced 2026-01-16 05:02:28 +01:00
parent
16fddbaef6
commit
44e4d558c9
2 changed files with 4 additions and 1 deletions
|
|
@ -563,7 +563,7 @@ class Google(Backend):
|
|||
|
||||
bad_triggers = ['lyrics', 'copyright', 'property', 'links']
|
||||
if artist:
|
||||
bad_triggers_occ += [artist]
|
||||
bad_triggers += [artist]
|
||||
|
||||
for item in bad_triggers:
|
||||
bad_triggers_occ += [item] * len(re.findall(r'\W%s\W' % item,
|
||||
|
|
|
|||
|
|
@ -136,6 +136,9 @@ New features:
|
|||
instead of just the child work.
|
||||
Thanks to :user:`aereaux`.
|
||||
:bug:`3650`
|
||||
* :doc:`/plugins/lyrics`: Fix a bug in the heuristic for detecting valid
|
||||
lyrics in the Google source of the lyrics plugin
|
||||
:bug:`2969`
|
||||
|
||||
Fixes:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue