Skip to content

Commit 56d1833

Browse files
change to genres
1 parent f0f87cc commit 56d1833

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/plugins/zero.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ fields to nullify and the conditions for nullifying them:
3636
For example::
3737

3838
zero:
39-
fields: month day genre comments
39+
fields: month day genres comments
4040
comments: [EAC, LAME, from.+collection, 'ripped by']
41-
genre: [rnb, 'power metal']
41+
genres: [rnb, 'power metal']
4242
update_database: true
4343

4444
If a custom pattern is not defined for a given field, the field will be nulled
@@ -60,4 +60,4 @@ art from files' tags unless you tell it not to. To keep the album art, include
6060
the special field ``images`` in the list. For example::
6161

6262
zero:
63-
keep_fields: title artist album year track genre images
63+
keep_fields: title artist album year track genres images

0 commit comments

Comments
 (0)