From 26a8e164d50dd3a78a7ca6c01537cd044f50d2ed Mon Sep 17 00:00:00 2001 From: Ratiq Narwal Date: Thu, 6 Nov 2025 18:10:48 -0800 Subject: [PATCH] Remove newline character between list points --- docs/changelog.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 9fa451cf2..fbb7573f5 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -29,7 +29,6 @@ Bug fixes: audio-features endpoint, the plugin logs a warning once and skips audio features for all remaining tracks in the session, avoiding unnecessary API calls and rate limit exhaustion. - - :doc:`plugins/lyrics`: Accepts strings for lyrics sources (previously only accepted a list of strings). :bug:`5962`