diff options
author | Max Kellermann <max@musicpd.org> | 2019-03-15 19:09:55 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2019-03-15 19:09:55 +0100 |
commit | cb71f6dd04343dacdef6909c4f64821c1b9f2377 (patch) | |
tree | 269cba9fa3bee58b0a729985224f7e8c915b766b /doc/protocol.rst | |
parent | 1881b0e975b4be8f01c798ef7c0a9e061583b815 (diff) |
doc/protocol.rst: clarify the meaning of the `any` tag type
Diffstat (limited to 'doc/protocol.rst')
-rw-r--r-- | doc/protocol.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/protocol.rst b/doc/protocol.rst index 41bb2a861..ea8c9c13d 100644 --- a/doc/protocol.rst +++ b/doc/protocol.rst @@ -147,7 +147,7 @@ of: - ``(TAG == 'VALUE')``: match a tag value. ``(TAG != 'VALUE')``: mismatch a tag value. The special tag "*any*" checks all - tag values. + tag types. *albumartist* looks for ``VALUE`` in ``AlbumArtist`` and falls back to ``Artist`` tags if |