diff options
author | Paul Arthur <paul.arthur@flowerysong.com> | 2011-10-10 21:45:26 -0400 |
---|---|---|
committer | Paul Arthur <paul.arthur@flowerysong.com> | 2011-10-10 21:45:26 -0400 |
commit | e19918277306c99b910aaf20a8a180d0fbda958f (patch) | |
tree | 716b0414ae07942f3470d60b6f9f580b80c0cf6d /docs | |
parent | eefdaccd394417d82a28e18b863516af25014349 (diff) | |
download | ampache-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-x | docs/CHANGELOG | 2 |
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) |