summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorPaul Arthur <paul.arthur@flowerysong.com>2012-04-15 02:52:15 -0400
committerPaul Arthur <paul.arthur@flowerysong.com>2012-04-15 03:02:29 -0400
commit4aa37feccc93b6c4508bd5774436d8ba69920b4a (patch)
treebbdbae5e2866cf0d93581c0cf00ae148d4f3cfb9 /docs
parent0ccf7d76bbb79e9dac068a65cf55d39fd1d8a043 (diff)
downloadampache-4aa37feccc93b6c4508bd5774436d8ba69920b4a.tar.gz
ampache-4aa37feccc93b6c4508bd5774436d8ba69920b4a.tar.bz2
ampache-4aa37feccc93b6c4508bd5774436d8ba69920b4a.zip
Fix disk number parsing for ID3v2
According to the changelog, getID3 1.7.9 standardised on part_of_a_set as the key for this info (pulled from TPOS or TPA, depending on the minor version of ID3v2); we were looking for 'pos', which is wrong.
Diffstat (limited to 'docs')
-rwxr-xr-xdocs/CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/CHANGELOG b/docs/CHANGELOG
index cc3e81cb..d7158b70 100755
--- a/docs/CHANGELOG
+++ b/docs/CHANGELOG
@@ -4,6 +4,7 @@
--------------------------------------------------------------------------
v.3.6-Alpha2
+ - Fixed ID3v2 disk number parsing
- Updated getID3 to 1.9.3
- Added php-gettext for fallback emulation when a locale (or gettext)
isn't supported