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:
parent
9292b39cf5
commit
1efb9d41db
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue