diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-07-07 03:50:47 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-07-07 03:50:47 +0000 |
commit | 2d62be1359e75514157740a308aef696e485a1ee (patch) | |
tree | bab58fd6fafb4c3220d1713da5fd8e5c43ef8c36 /lib/class/vainfo.class.php | |
parent | 1d7e7cfb5be9c65cc18d30926e2d2d9dd6747fbc (diff) | |
download | ampache-2d62be1359e75514157740a308aef696e485a1ee.tar.gz ampache-2d62be1359e75514157740a308aef696e485a1ee.tar.bz2 ampache-2d62be1359e75514157740a308aef696e485a1ee.zip |
add image dimensions on find album art page
Diffstat (limited to 'lib/class/vainfo.class.php')
-rw-r--r-- | lib/class/vainfo.class.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/class/vainfo.class.php b/lib/class/vainfo.class.php index 5ecfda43..ee2ce147 100644 --- a/lib/class/vainfo.class.php +++ b/lib/class/vainfo.class.php @@ -494,6 +494,8 @@ class vainfo { */ private function _clean_tag($tag,$encoding='') { + return $tag; + // If we've got iconv then go ahead and clear her up if ($this->_iconv) { /* Guess that it's UTF-8 */ |