doc/protocol.rst: fix time tag case
The `Time` song tag starts with an uppercase letter.
This commit is contained in:
parent
a4c7041561
commit
07ee11b963
|
@ -338,7 +338,7 @@ may contain :ref:`song tags <tags>` and other metadata, specifically:
|
||||||
- ``duration``: the duration of the song in
|
- ``duration``: the duration of the song in
|
||||||
seconds; may contain a fractional part.
|
seconds; may contain a fractional part.
|
||||||
|
|
||||||
- ``time``: like ``duration``,
|
- ``Time``: like ``duration``,
|
||||||
but as integer value. This is deprecated and is only here
|
but as integer value. This is deprecated and is only here
|
||||||
for compatibility with older clients. Do not use.
|
for compatibility with older clients. Do not use.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue