File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,8 @@ Bug fixes:
3434 matches due to query escaping (single vs double quotes).
3535- :doc: `plugins/chroma ` :doc: `plugins/bpsync ` Fix plugin loading issue caused by
3636 an import of another :class: `beets.plugins.BeetsPlugin ` class. :bug: `6033 `
37+ - :doc: `plugins/musicbrainz `: Allow selecting tags or genres to populate the
38+ genres tag.
3739
3840For packagers:
3941
@@ -87,7 +89,6 @@ New features:
8789- :doc: `plugins/web `: Display artist and album as part of the search results.
8890- :doc: `plugins/spotify ` :doc: `plugins/deezer `: Add new configuration option
8991 ``search_limit `` to limit the number of results returned by search queries.
90- - :doc: `plugins/musicbrainz `: Allow selecting tags or genres to populate the genres tag.
9192
9293Bug fixes:
9394
Original file line number Diff line number Diff line change @@ -135,8 +135,8 @@ number of votes. Default: ``no``
135135genres_tag
136136++++++++++
137137
138- Either ``genres `` or ``tags ``. Specify ``genres `` to use just musicbrainz genres
139- and ``tags `` to use all user-supplied musicbrainz tags.
138+ Either ``genres `` or ``tags ``. Specify ``genres `` to use just musicbrainz
139+ genres and ``tags `` to use all user-supplied musicbrainz tags.
140140
141141Default: ``genres ``
142142
You can’t perform that action at this time.
0 commit comments