aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-01-30 13:47:45 +0100
committerMax Kellermann <max@duempel.org>2009-01-30 13:50:24 +0100
commite3d4fa6946140d91c02a8ae53e56ab8d056f172c (patch)
tree6401b6f662741436dc0b3b83fd69e4c55ce17861 /NEWS
parentefb04532df68a52c7e8911d210b271298bc45d1f (diff)
downloadmpd-e3d4fa6946140d91c02a8ae53e56ab8d056f172c.tar.gz
mpd-e3d4fa6946140d91c02a8ae53e56ab8d056f172c.tar.xz
mpd-e3d4fa6946140d91c02a8ae53e56ab8d056f172c.zip
mapper: remove trailing slashes from music_directory
When the user configures a music_directory with a trailing slash, it may break playlist loading, because MPD expects a double slash. Chop off the trailing slash.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0b3ab53a0..416d8ae0d 100644
--- a/NEWS
+++ b/NEWS
@@ -41,6 +41,7 @@ ver 0.14.2 (2009/??/??)
- jack: allocate ring buffers before connecting
- jack: clear "shutdown" flag on reconnect
- jack: reduced sleep time to 1ms
+* mapper: remove trailing slashes from music_directory
ver 0.14.1 (2009/01/17)