diff options
author | Paul Arthur <paul.arthur@flowerysong.com> | 2013-04-23 14:35:09 -0400 |
---|---|---|
committer | Paul Arthur <paul.arthur@flowerysong.com> | 2013-04-23 14:43:37 -0400 |
commit | df92e52dd3d118249c2adec9dd57dd61a53995b4 (patch) | |
tree | a5c734b86871c67f3559022a13c3b2eb46b4979c /docs | |
parent | 8033c8b7a712a1f363f7e59c844c42214e8424f6 (diff) | |
download | ampache-df92e52dd3d118249c2adec9dd57dd61a53995b4.tar.gz ampache-df92e52dd3d118249c2adec9dd57dd61a53995b4.tar.bz2 ampache-df92e52dd3d118249c2adec9dd57dd61a53995b4.zip |
Clean up Random::play_url()
Include the correct type parameter in the URL and rename the random
type parameter to random_type.
Remove unused parameters from the function call.
Should fix issue #11
Diffstat (limited to 'docs')
-rwxr-xr-x | docs/CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 6d4339f1..4af14511 100755 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -3,6 +3,8 @@ CHANGELOG 3.6-FUTURE ---------- +- Fixed "Pure Random" / Random URLs (reported by mafe) + 3.6-alpha5 *2013-04-15* ---------------------- |