summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorPaul Arthur <paul.arthur@flowerysong.com>2011-10-10 21:45:26 -0400
committerPaul Arthur <paul.arthur@flowerysong.com>2011-10-10 21:45:26 -0400
commite19918277306c99b910aaf20a8a180d0fbda958f (patch)
tree716b0414ae07942f3470d60b6f9f580b80c0cf6d /docs
parenteefdaccd394417d82a28e18b863516af25014349 (diff)
downloadampache-e19918277306c99b910aaf20a8a180d0fbda958f.tar.gz
ampache-e19918277306c99b910aaf20a8a180d0fbda958f.tar.bz2
ampache-e19918277306c99b910aaf20a8a180d0fbda958f.zip
FS#193 - Localplay MPD cannot turn off Repeat or Random
The rewritten MPD module did not allow passing false values to MPD. Using isset instead of boolean evaluation fixes this.
Diffstat (limited to 'docs')
-rwxr-xr-xdocs/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/CHANGELOG b/docs/CHANGELOG
index 0ab099cd..62a94b14 100755
--- a/docs/CHANGELOG
+++ b/docs/CHANGELOG
@@ -4,6 +4,8 @@
--------------------------------------------------------------------------
v.3.6-Alpha2
+ - Fixed bug in MPD module which affected toggling random or repeat
+ (patch from jherold)
- Properly escape config values when writing ampache.cfg.php
- Fixed session persistence with auth disabled (reported by Nathanael
Anderson)