diff options
author | Max Kellermann <max@musicpd.org> | 2021-02-15 20:51:12 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2021-02-15 20:57:22 +0100 |
commit | 6b1d264b352a17bf0ed59f79960359cd4949d8df (patch) | |
tree | 455130ff0ca9394a149bbc051a5515499622fffc /NEWS | |
parent | a6c10e9a1c37defe67c056ada3a41f62c404d5f7 (diff) |
command/queue: better error message for open-ended range with "move"
The "move" command doesn't allow open-ended ranges because they don't
make a lot of sense; moving an open-ended range is only possible if
the destination index is before the range, and in that case, the
client should be well aware how many songs there are.
Closes https://github.com/MusicPlayerDaemon/MPD/pull/1057
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ ver 0.22.5 (not yet released) * protocol - error for malformed ranges instead of ignoring silently + - better error message for open-ended range with "move" * database - simple: fix missing CUE sheet metadata in "addid" command * tags |