diff options
author | Fabian Muscariello <nroi@mailbox.org> | 2018-11-04 13:38:05 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2018-11-04 14:04:57 +0100 |
commit | 4e6b8edf722e0b74827248d97633c9510be18844 (patch) | |
tree | 8900ea933f319d4dd9b1ab6edba9d2f2a7f9e3ec /doc | |
parent | ac0852b4e33033d73770c610154ddb242f6c1119 (diff) |
doc/protocol.rst: add missing backticks
Diffstat (limited to 'doc')
-rw-r--r-- | doc/protocol.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/protocol.rst b/doc/protocol.rst index 5198ca3fa..b14f12f93 100644 --- a/doc/protocol.rst +++ b/doc/protocol.rst @@ -395,7 +395,7 @@ Querying ``MPD``'s status - ``consume`` [#since_0_15]_: ``0`` or ``1`` - ``playlist``: 31-bit unsigned integer, the playlist version number - ``playlistlength``: integer, the length of the playlist - - ``state``: ``play``, ``stop, or ``pause`` + - ``state``: ``play``, ``stop``, or ``pause`` - ``song``: playlist song number of the current song stopped on or playing - ``songid``: playlist songid of the current song stopped on or playing - ``nextsong`` [#since_0_15]_: playlist song number of the next song to be played |