diff options
author | Paul Arthur <paul.arthur@flowerysong.com> | 2013-05-13 18:44:00 -0400 |
---|---|---|
committer | Paul Arthur <paul.arthur@flowerysong.com> | 2013-05-13 19:43:11 -0400 |
commit | 3ade42684d38d0b2b645962a4593d3ed5f1eeec6 (patch) | |
tree | 2b6365c681806e5824eab6fc6f6c51c74d72d2ed /docs | |
parent | f22ceb42c25af89f768469a43bb8dce055cda9be (diff) | |
download | ampache-3ade42684d38d0b2b645962a4593d3ed5f1eeec6.tar.gz ampache-3ade42684d38d0b2b645962a4593d3ed5f1eeec6.tar.bz2 ampache-3ade42684d38d0b2b645962a4593d3ed5f1eeec6.zip |
Fix 'foo all catalogs' via the web interface
Evidently Catalog::get_catalog_ids() wasn't quite as unused as I thought
it was.
Fixes GH #18
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 9aaf117b..30bdd876 100755 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -3,6 +3,8 @@ CHANGELOG 3.6-FUTURE ---------- +- Fixed operating on all catalogs via the web interface + (reported by orbisvicis) - Added support for nonstandard database ports - Updated getID3 to 1.9.5 - Improved the performance of stream playlist creation (reported by AkbarSerad) |