Skip to content

Commit efd7657

Browse files
JOJ0snejus
andauthored
Docs fix regex metal example
Co-authored-by: Šarūnas Nejus <snejus@protonmail.com>
1 parent 8364105 commit efd7657

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/plugins/lastgenre.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ A combination of regex patterns and plain genre names is possible. The ``'*'``
198198
key applies globally to all artists — use it to block genres you never want,
199199
regardless of artist. Patterns are matched against the full genre string, so a
200200
plain ``metal`` will not match ``heavy metal`` unless you write a regex like
201-
``.*metal.*``.
201+
``.*metal``.
202202

203203
.. attention::
204204

0 commit comments

Comments
 (0)