diff --git a/beetsplug/lyrics.py b/beetsplug/lyrics.py index a62868d75..61bd7e1da 100644 --- a/beetsplug/lyrics.py +++ b/beetsplug/lyrics.py @@ -204,7 +204,7 @@ class LyricsRequestHandler(RequestHandler): but default to UTF-8 if not specified """ if not r.encoding: - r.encoding = 'utf-8' + r.encoding = "utf-8" return r.text def get_json(self, url: str, params: JSONDict | None = None, **kwargs):