From eee8bba78de8eba50f7cc7ca828ca06ed89c5893 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 4 Jan 2009 19:11:24 +0100 Subject: playlist: log errors during loadPlaylist() Don't call command_error() if loading a song from the playlist fails. This may result in assertion failures, since command_error() may be called more than once. --- NEWS | 1 + 1 file changed, 1 insertion(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 2a766121f..ed41be130 100644 --- a/NEWS +++ b/NEWS @@ -9,6 +9,7 @@ MPD 0.14.1 - not yet released * configure.ac: check for pkg-config before using it * fix minor memory leak in decoder_tag() * fix cross-fading bug: it used to play some chunks of the new song twice +* playlist: fix assertion failure during playlist load ver 0.14 (2008/12/25) -- cgit v1.2.3