summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorItai Y. Efrat <itai3397@gmail.com>2021-01-15 20:40:05 +0200
committerMax Kellermann <max@musicpd.org>2021-01-19 17:27:14 +0100
commit83391e2bd99dd526f925044e5be0074e2ef7c1da (patch)
treed203909e11c09545cf07669249a046c8797dff22 /doc
parente99f6b5b388a0480686c0659f8dfe07f5f9b61d0 (diff)
doc/protocol.rst: fix playlist(find|search)
The `{TAG} {NEEDLE}` input format documented seems to be a holdover of pre-0.21 filters, and the commands support the new format.
Diffstat (limited to 'doc')
-rw-r--r--doc/protocol.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/protocol.rst b/doc/protocol.rst
index 73f810210..8d2eea243 100644
--- a/doc/protocol.rst
+++ b/doc/protocol.rst
@@ -727,7 +727,7 @@ Whenever possible, ids should be used.
.. _command_playlistfind:
-:command:`playlistfind {TAG} {NEEDLE}`
+:command:`playlistfind {FILTER}`
Finds songs in the queue with strict
matching.
@@ -748,7 +748,7 @@ Whenever possible, ids should be used.
.. _command_playlistsearch:
-:command:`playlistsearch {TAG} {NEEDLE}`
+:command:`playlistsearch {FILTER}`
Searches case-insensitively for partial matches in the
queue.