Removed redundant dash in changelog.rst

This commit is contained in:
Guy Bloom 2025-11-30 16:18:46 -05:00
parent 9353cfffcf
commit 674ccdf79d

View file

@ -46,7 +46,7 @@ Bug fixes:
- :doc:`/plugins/web`: repair broken `/item/values/…` and `/albums/values/…`
endpoints. Previously, due to single-quotes (ie. string literal) in the SQL
query, the query eg. `GET /item/values/albumartist` would return the literal
"albumartist" instead of a list of unique album artists. -
"albumartist" instead of a list of unique album artists.
:doc:`/plugins/convert`: beet convert ignored an explicit --format option when
never_convert_lossy_files was enabled. Now, --force wil override this config
setting. Lossy files selected by a query and given a target format on the CLI