diff options
author | Max Kellermann <max@duempel.org> | 2009-01-04 19:11:24 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-01-13 23:08:34 +0100 |
commit | eee8bba78de8eba50f7cc7ca828ca06ed89c5893 (patch) | |
tree | 27398db999dca64844e1052d1cb95df1b1cb2f65 /NEWS | |
parent | 63181233bb2a28ccd3776d48aa2229df920c2ed3 (diff) | |
download | mpd-eee8bba78de8eba50f7cc7ca828ca06ed89c5893.tar.gz mpd-eee8bba78de8eba50f7cc7ca828ca06ed89c5893.tar.xz mpd-eee8bba78de8eba50f7cc7ca828ca06ed89c5893.zip |
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.
Diffstat (limited to '')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |