README.md: documentation nitpick for mpd

This commit is contained in:
Jörg Thalheim 2018-12-14 15:27:31 +00:00 committed by Nguyễn Gia Phong
parent e84be352c5
commit a902a23b5c
1 changed files with 2 additions and 2 deletions

View File

@ -335,8 +335,8 @@ Supported platforms: platform independent (required tools: `curl`).
* Argument: an array including password, hostname and port in that order. `nil` * Argument: an array including password, hostname and port in that order. `nil`
fields will be fallen back to default (`localhost:6600` without password). fields will be fallen back to default (`localhost:6600` without password).
* Returns a table with string keys: `${volume}`, `${bitrate}`, `${elapsed}`, * Returns a table with string keys: `${volume}`, `${bitrate}`, `${elapsed}` (in seconds),
`${duration}` (in seconds), `${Elapsed}`, `${Duration}` (in [hh:]mm:ss), `${duration}` (in seconds), `${Elapsed}` (formatted as [hh:]mm:ss), `${Duration}` (formatted as [hh:]mm:ss),
`${random}`, `${repeat}`, `${state}`, `${Artist}`, `${Title}`, `${Album}`, `${random}`, `${repeat}`, `${state}`, `${Artist}`, `${Title}`, `${Album}`,
`${Genre}` and optionally `${Name}` and `${file}`. `${Genre}` and optionally `${Name}` and `${file}`.