From cb71f6dd04343dacdef6909c4f64821c1b9f2377 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 15 Mar 2019 19:09:55 +0100 Subject: [PATCH] doc/protocol.rst: clarify the meaning of the `any` tag type --- doc/protocol.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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