mirror of
https://github.com/beetbox/beets.git
synced 2026-03-26 07:15:34 +01:00
Fix formatting
This commit is contained in:
parent
7556beb33a
commit
47148d5100
1 changed files with 1 additions and 1 deletions
|
|
@ -1072,7 +1072,7 @@ class LyricsPlugin(LyricsRequestHandler, plugins.BeetsPlugin):
|
|||
query, _ = parse_query_string(query_str, Item)
|
||||
else:
|
||||
# matches nothing, so all items proceed normally
|
||||
query = FalseQuery()
|
||||
query = FalseQuery()
|
||||
|
||||
for item in filterfalse(query.match, task.imported_items()):
|
||||
self.add_item_lyrics(item, False)
|
||||
|
|
|
|||
Loading…
Reference in a new issue