mirror of
https://github.com/beetbox/beets.git
synced 2025-12-30 20:42:37 +01:00
docs bug fix line added to changelog
This commit is contained in:
parent
64d28945d6
commit
1ebf49cd76
1 changed files with 5 additions and 0 deletions
|
|
@ -39,6 +39,11 @@ Bug fixes:
|
|||
the default config path. :bug:`5652`
|
||||
- :doc:`plugins/lyrics`: Accepts strings for lyrics sources (previously only
|
||||
accepted a list of strings). :bug:`5962`
|
||||
- Fixed a bug where single-track imports using the MusicBrainz plugin failed
|
||||
to attach album information when the API response included a `release-list`.
|
||||
The `item_candidates()` function now correctly assigns `album` and `album_id`
|
||||
from the associated release. :bug: `5886`
|
||||
|
||||
|
||||
For plugin developers:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue