Skip to content

Commit

Permalink
doc/protocol.rst: clarify message event
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
naglis authored and MaxKellermann committed Feb 25, 2024
1 parent 9292b39 commit 1efb9d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/protocol.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1efb9d4

Please sign in to comment.