From eacaa09a07d26ba57432a583ee8d7b56500a779e Mon Sep 17 00:00:00 2001 From: kelamg Date: Fri, 20 Mar 2026 15:59:08 +0100 Subject: [PATCH] Fix docs formatting --- docs/changelog.rst | 4 ++-- docs/plugins/lyrics.rst | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 3636c8fc8..5c76c7ae1 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -27,8 +27,8 @@ New features - :doc:`plugins/play`: Added ``-R``/``--randomize`` flag to shuffle the playlist order before passing it to the player. - :doc:`plugins/lyrics`: Add ``exclude_albums`` and ``exclude_songs`` - configuration options to skip fetching lyrics for specific albums or - songs during auto import. + configuration options to skip fetching lyrics for specific albums or songs + during auto import. Bug fixes ~~~~~~~~~ diff --git a/docs/plugins/lyrics.rst b/docs/plugins/lyrics.rst index 8b312f9ca..2a7b7a679 100644 --- a/docs/plugins/lyrics.rst +++ b/docs/plugins/lyrics.rst @@ -65,12 +65,12 @@ Default configuration: The available options are: - **auto**: Fetch lyrics automatically during import. -- **exclude_albums**: A list of album titles to skip when fetching lyrics - during auto import. Matching is case-insensitive. Default: ``[]`` - (no albums excluded). -- **exclude_songs**: A list of song titles to skip when fetching lyrics - during auto import. Matching is case-insensitive. Default: ``[]`` - (no songs excluded). +- **exclude_albums**: A list of album titles to skip when fetching lyrics during + auto import. Matching is case-insensitive. Default: ``[]`` (no albums + excluded). +- **exclude_songs**: A list of song titles to skip when fetching lyrics during + auto import. Matching is case-insensitive. Default: ``[]`` (no songs + excluded). - **translate**: - **api_key**: Api key to access your Azure Translator resource. (see