mirror of
https://github.com/beetbox/beets.git
synced 2026-03-26 07:15:34 +01:00
Revert docstring
This commit is contained in:
parent
131930144b
commit
7556beb33a
1 changed files with 1 additions and 0 deletions
|
|
@ -1067,6 +1067,7 @@ class LyricsPlugin(LyricsRequestHandler, plugins.BeetsPlugin):
|
|||
return [cmd]
|
||||
|
||||
def imported(self, _, task: ImportTask) -> None:
|
||||
"""Import hook for fetching lyrics automatically."""
|
||||
if query_str := self.config["auto_ignore"].get():
|
||||
query, _ = parse_query_string(query_str, Item)
|
||||
else:
|
||||
|
|
|
|||
Loading…
Reference in a new issue