diff options
author | momo-i <webmaster@momo-i.org> | 2011-02-17 13:26:41 +0900 |
---|---|---|
committer | momo-i <webmaster@momo-i.org> | 2011-02-17 13:26:41 +0900 |
commit | 60fa5f5846f93755e3f1a3986b68e7f47d5bcf0d (patch) | |
tree | d1cd7cd4412015280b32ea523b516abade3ed022 /lib/class/vainfo.class.php | |
parent | 3aa2e1b5d94d9c3921242d10a295a4ecef0d3432 (diff) | |
parent | a1fa4d54e25934b4e14b06a77199f93dfb7d8e21 (diff) | |
download | ampache-60fa5f5846f93755e3f1a3986b68e7f47d5bcf0d.tar.gz ampache-60fa5f5846f93755e3f1a3986b68e7f47d5bcf0d.tar.bz2 ampache-60fa5f5846f93755e3f1a3986b68e7f47d5bcf0d.zip |
Merge gitorious.org:~momo-i/ampache/momo-is-ampache
Conflicts:
config/ampache.cfg.php.dist
Diffstat (limited to 'lib/class/vainfo.class.php')
-rw-r--r-- | lib/class/vainfo.class.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/class/vainfo.class.php b/lib/class/vainfo.class.php index b80879a1..2920c22a 100644 --- a/lib/class/vainfo.class.php +++ b/lib/class/vainfo.class.php @@ -159,6 +159,7 @@ class vainfo { * This function just sets up the class, it doesn't * actually pull the information * + * @todo Some mp3 is still broken... I think this is related to mb_detect_order(). * @param string $file filename * @param string $encoding Default encode character set * @param string $encoding_id3v1 Default id3v1 encode character set |