Remove newline character between list points

This commit is contained in:
Ratiq Narwal 2025-11-06 18:10:48 -08:00
parent f77c03ed90
commit 26a8e164d5

View file

@ -29,7 +29,6 @@ Bug fixes:
audio-features endpoint, the plugin logs a warning once and skips audio audio-features endpoint, the plugin logs a warning once and skips audio
features for all remaining tracks in the session, avoiding unnecessary API features for all remaining tracks in the session, avoiding unnecessary API
calls and rate limit exhaustion. calls and rate limit exhaustion.
- :doc:`plugins/lyrics`: Accepts strings for lyrics sources (previously only - :doc:`plugins/lyrics`: Accepts strings for lyrics sources (previously only
accepted a list of strings). :bug:`5962` accepted a list of strings). :bug:`5962`