summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2019-10-15 17:00:16 +0200
committerMax Kellermann <max@musicpd.org>2019-10-15 17:00:16 +0200
commit12a86c49759f36c20dbd61317fd4bc2508eb30eb (patch)
treee0b755f961d8716b4c9591cc2b429ab3934ce8c3 /NEWS
parent0b9435858b7bfc68b9a73d6b26eb6c8c5c0d7f13 (diff)
queue/PlaylistEdit: fix relative destination offset when moving a range
Commit 13208bf5a7c91a6406195139f1068f173ccdac94 added range support to the `move` command, but applied the wrong offset to the `to` variable. When the source range is before the current song, and the song thus gets decremented by the range size, then the final destination offset must also be decremented by the range size. Closes https://github.com/MusicPlayerDaemon/MPD/issues/663
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 48a489178..92d8df17f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,6 @@
ver 0.21.16 (not yet released)
+* queue
+ - fix relative destination offset when moving a range
* storage
- curl: request the "resourcetype" property to fix database update
- curl: URL-encode more paths