summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-09-09 06:03:33 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-09-09 06:03:33 +0000
commit6628e6f2e3d28618887a2c19a4d6f52d274d32be (patch)
tree9fc87c1cd295e6fac41a329fb8871cd95fa90438 /docs
parent7920c8576184d59a77a9fbe5b00f77f62f3f3b28 (diff)
downloadampache-6628e6f2e3d28618887a2c19a4d6f52d274d32be.tar.gz
ampache-6628e6f2e3d28618887a2c19a4d6f52d274d32be.tar.bz2
ampache-6628e6f2e3d28618887a2c19a4d6f52d274d32be.zip
fixed downsample to invalid bitrates
Diffstat (limited to 'docs')
-rwxr-xr-xdocs/CHANGELOG4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/CHANGELOG b/docs/CHANGELOG
index e5c55225..6f6bd21d 100755
--- a/docs/CHANGELOG
+++ b/docs/CHANGELOG
@@ -18,6 +18,10 @@
- Reworked Search to allow for multiple searches, and eventually
allow you to return a list of albums,artist,genres
rather than a list of songs.
+ - Fixed Lock Songs always returning false and thus preventing
+ any playback when enabled. (Thx J)
+ - Fixed a flaw in the downsampling which would allow you to set
+ invalid bitrates. (Thx J)