Skip to content

Commit 0446270

Browse files
committed
Add docs fixes.
1 parent 045237e commit 0446270

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docs/changelog.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

3840
For 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

9293
Bug fixes:
9394

docs/plugins/musicbrainz.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ number of votes. Default: ``no``
135135
genres_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

141141
Default: ``genres``
142142

0 commit comments

Comments
 (0)