aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-12-09 13:36:48 +0100
committerMax Kellermann <max@duempel.org>2014-12-09 13:36:48 +0100
commit0cfd4fff62be0e2fd16041347ba7dfa7b84fec11 (patch)
treea8ec6993fc4b06274e244edcd137d0c519a5753f /NEWS
parent8904127c10d8adfe9b76f1fb74d89c17ec67fa1a (diff)
downloadmpd-0cfd4fff62be0e2fd16041347ba7dfa7b84fec11.tar.gz
mpd-0cfd4fff62be0e2fd16041347ba7dfa7b84fec11.tar.xz
mpd-0cfd4fff62be0e2fd16041347ba7dfa7b84fec11.zip
playlist/Print: don't skip non-existent songs in "listplaylist"
Skipping those songs silently will confuse the client, because commands specifying the song index within a playlist (e.g. playlistdelete) will be out of sync. This copies spl_print()'s behavior to playlist_file_print().
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a18d63faf..165985925 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,6 @@
ver 0.19.7 (not yet released)
+* playlist
+ - don't skip non-existent songs in "listplaylist"
ver 0.19.6 (2014/12/08)
* decoder