doc/protocol.rst: add missing backticks

This commit is contained in:
Fabian Muscariello 2018-11-04 13:38:05 +01:00 committed by Max Kellermann
parent ac0852b4e3
commit 4e6b8edf72

View File

@ -395,7 +395,7 @@ Querying ``MPD``'s status
- ``consume`` [#since_0_15]_: ``0`` or ``1`` - ``consume`` [#since_0_15]_: ``0`` or ``1``
- ``playlist``: 31-bit unsigned integer, the playlist version number - ``playlist``: 31-bit unsigned integer, the playlist version number
- ``playlistlength``: integer, the length of the playlist - ``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 - ``song``: playlist song number of the current song stopped on or playing
- ``songid``: playlist songid 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 - ``nextsong`` [#since_0_15]_: playlist song number of the next song to be played