diff options
author | Max Kellermann <max@duempel.org> | 2009-01-30 13:47:45 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-01-30 13:47:45 +0100 |
commit | 47bcb5f3c0d024bffa868f687485e6aaad2468b1 (patch) | |
tree | 25e17ba4caa4438f5e5a67603afbf1bcec17fdd9 /NEWS | |
parent | 6314a8137b8d7900377b01465162bcc17005edd6 (diff) | |
download | mpd-47bcb5f3c0d024bffa868f687485e6aaad2468b1.tar.gz mpd-47bcb5f3c0d024bffa868f687485e6aaad2468b1.tar.xz mpd-47bcb5f3c0d024bffa868f687485e6aaad2468b1.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-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,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) |