From 47148d510010a4e1cf3b79365f01a358117908cd Mon Sep 17 00:00:00 2001 From: kelamg Date: Sat, 21 Mar 2026 20:49:22 +0100 Subject: [PATCH] Fix formatting --- beetsplug/lyrics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beetsplug/lyrics.py b/beetsplug/lyrics.py index c13fe3481..e0156aec6 100644 --- a/beetsplug/lyrics.py +++ b/beetsplug/lyrics.py @@ -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)