From 1efb9d41dbf700c53024dd35a0c431f6b74915d0 Mon Sep 17 00:00:00 2001 From: naglis <827324+naglis@users.noreply.github.com> Date: Sun, 18 Feb 2024 13:41:20 +0200 Subject: [PATCH] doc/protocol.rst: clarify `message` event The term "queue" is used in MPD to refer to the current playlist; clarify that in this case it refers to the client's message queue. --- doc/protocol.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/protocol.rst b/doc/protocol.rst index 7bad85d7f..338b072c1 100644 --- a/doc/protocol.rst +++ b/doc/protocol.rst @@ -447,7 +447,8 @@ Querying :program:`MPD`'s status - ``partition``: a partition was added, removed or changed - ``sticker``: the sticker database has been modified. - ``subscription``: a client has subscribed or unsubscribed to a channel - - ``message``: a message was received on a channel this client is subscribed to; this event is only emitted when the queue is empty + - ``message``: a message was received on a channel this client is subscribed to; + this event is only emitted when the client's message queue is empty - ``neighbor``: a neighbor was found or lost - ``mount``: the mount list has changed