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.
This commit is contained in:
naglis 2024-02-18 13:41:20 +02:00 committed by Max Kellermann
parent 9292b39cf5
commit 1efb9d41db
1 changed files with 2 additions and 1 deletions

View File

@ -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