mirror of
https://github.com/beetbox/beets.git
synced 2025-12-07 09:04:33 +01:00
Removed redundant dash in changelog.rst
This commit is contained in:
parent
9353cfffcf
commit
674ccdf79d
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ Bug fixes:
|
||||||
- :doc:`/plugins/web`: repair broken `/item/values/…` and `/albums/values/…`
|
- :doc:`/plugins/web`: repair broken `/item/values/…` and `/albums/values/…`
|
||||||
endpoints. Previously, due to single-quotes (ie. string literal) in the SQL
|
endpoints. Previously, due to single-quotes (ie. string literal) in the SQL
|
||||||
query, the query eg. `GET /item/values/albumartist` would return the literal
|
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
|
:doc:`/plugins/convert`: beet convert ignored an explicit --format option when
|
||||||
never_convert_lossy_files was enabled. Now, --force wil override this config
|
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
|
setting. Lossy files selected by a query and given a target format on the CLI
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue