mirror of
https://github.com/beetbox/beets.git
synced 2026-01-30 12:02:41 +01:00
third time's a charm
This commit is contained in:
parent
1c9202cc86
commit
a7e3bf2d0b
1 changed files with 2 additions and 2 deletions
|
|
@ -200,8 +200,8 @@ class LastGenrePlugin(plugins.BeetsPlugin):
|
|||
tags_all += parents
|
||||
# Stop if we have enough tags already, unless we need to find
|
||||
# the most specific tag (instead of the most popular).
|
||||
if (not self.config['prefer_specific']
|
||||
and len(tags_all) >= count):
|
||||
if (not self.config['prefer_specific'] and
|
||||
len(tags_all) >= count):
|
||||
break
|
||||
tags = tags_all
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue