diff options
author | Max Kellermann <max@duempel.org> | 2013-10-25 00:11:10 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-10-25 00:20:36 +0200 |
commit | 961c7d0f7853d28eddffd74d4a874c3e6a85ee9c (patch) | |
tree | 65f2705d3ff037107f05a35f61ea555b4d1f780b /NEWS | |
parent | c1ba47beee9c084e2a592e54dcda3f470e26ec47 (diff) | |
download | mpd-961c7d0f7853d28eddffd74d4a874c3e6a85ee9c.tar.gz mpd-961c7d0f7853d28eddffd74d4a874c3e6a85ee9c.tar.xz mpd-961c7d0f7853d28eddffd74d4a874c3e6a85ee9c.zip |
OtherCommands: re-add the "volume" command
This command was removed by commit 206392ad (MPD 0.16), even though it
was been proven useful for some very simple clients. On request, I
add it to the protocol again.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ ver 0.18 (2012/??/??) * protocol: - new command "toggleoutput" - search for album artist falls back to the artist tag + - re-add the "volume" command * input: - curl: enable https - soup: plugin removed |