Fix docs formatting

This commit is contained in:
kelamg 2026-03-20 15:59:08 +01:00 committed by Šarūnas Nejus
parent 9a735df125
commit eacaa09a07
2 changed files with 8 additions and 8 deletions

View file

@ -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
~~~~~~~~~

View file

@ -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