diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-07-29 05:34:21 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-07-29 05:34:21 +0000 |
commit | ed04606a52c31c951c766aca152ca91c138fbbf1 (patch) | |
tree | 0c427e3901d50e5cdba6ec013d942615af6b62ee /lib/class/album.class.php | |
parent | 258e4fcdf22745ce2b119df63458790461a6fbf0 (diff) | |
download | ampache-ed04606a52c31c951c766aca152ca91c138fbbf1.tar.gz ampache-ed04606a52c31c951c766aca152ca91c138fbbf1.tar.bz2 ampache-ed04606a52c31c951c766aca152ca91c138fbbf1.zip |
slightly improved the logic on pulling albums, fixed a typo causing find album art not to work as advertised
Diffstat (limited to 'lib/class/album.class.php')
-rw-r--r-- | lib/class/album.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/class/album.class.php b/lib/class/album.class.php index fc54f390..bc383f7c 100644 --- a/lib/class/album.class.php +++ b/lib/class/album.class.php @@ -300,6 +300,7 @@ class Album { $coverart = $raw_data['coverart']; ksort($coverart); + foreach ($coverart as $key=>$value) { $i++; $url = $coverart[$key]; @@ -310,7 +311,6 @@ class Album { } // end foreach return $data; - } // get_lastfm_art /*! |