diff options
author | Joachim Fasting <joachifm@fastmail.fm> | 2014-08-31 12:34:48 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-08-31 13:16:39 +0200 |
commit | 4efa96df218cb5cf4bec885d9246c15ecb2f07e0 (patch) | |
tree | 51686edd26a07c913859e65989beb1a2fa193ee2 /doc/protocol.xml | |
parent | 8b6212777016404ce265631136bc4cccc9bc842c (diff) | |
download | mpd-4efa96df218cb5cf4bec885d9246c15ecb2f07e0.tar.gz mpd-4efa96df218cb5cf4bec885d9246c15ecb2f07e0.tar.xz mpd-4efa96df218cb5cf4bec885d9246c15ecb2f07e0.zip |
doc/protocol: fix description of "stats" response
Fix incorrect description of the "songs" field and add missing
"albums" field.
Signed-off-by: Joachim Fasting <joachifm@fastmail.fm>
Diffstat (limited to '')
-rw-r--r-- | doc/protocol.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/protocol.xml b/doc/protocol.xml index abc74e4e6..5aa9c9114 100644 --- a/doc/protocol.xml +++ b/doc/protocol.xml @@ -576,7 +576,12 @@ </listitem> <listitem> <para> - <varname>songs</varname>: number of albums + <varname>albums</varname>: number of albums + </para> + </listitem> + <listitem> + <para> + <varname>songs</varname>: number of songs </para> </listitem> <listitem> |