diff options
author | Jörg Thalheim <joerg@higgsboson.tk> | 2013-02-18 22:57:39 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-02-19 09:23:18 +0100 |
commit | d5b756413a1ea432e8e580b27fef004223895f07 (patch) | |
tree | 60d76a6fc04cf67d69461c3bf23292e67e064fad /NEWS | |
parent | 96dc0a318afc5eba581696640a50f652cc3fc964 (diff) |
command: allow to omit END in ranges (START:END)
If END is omitted, mpd should use the highest possible value instead of raising an error.
This partially reverts 52e9cab1c1743f64a7
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,4 +1,6 @@ ver 0.17.4 (2013/??/??) +* protocol: + - allow to omit END in ranges (START:END) * decoder: - ffmpeg: support float planar audio (ffmpeg 1.1) * player: |