summaryrefslogtreecommitdiffstats
path: root/lib/album.lib.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-12-31 23:16:58 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-12-31 23:16:58 +0000
commit3ac90131cee1432d8278cdeff47961a50d8c7125 (patch)
treef9854f3bd5e4f174704ab1b804c0b26e4910368b /lib/album.lib.php
parenta145e33a37948eda1d83e0272ee46faf6148d0e7 (diff)
downloadampache-3ac90131cee1432d8278cdeff47961a50d8c7125.tar.gz
ampache-3ac90131cee1432d8278cdeff47961a50d8c7125.tar.bz2
ampache-3ac90131cee1432d8278cdeff47961a50d8c7125.zip
* Updated CSS to improve compatibiliy and make appearance more consistant (Thx Spocky)
* Fixed some issues with the Amazon Album art gathering created when I re-wrote it
Diffstat (limited to 'lib/album.lib.php')
-rw-r--r--lib/album.lib.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/album.lib.php b/lib/album.lib.php
index 891c1b24..d01691b2 100644
--- a/lib/album.lib.php
+++ b/lib/album.lib.php
@@ -43,7 +43,7 @@ function get_image_from_source($data) {
// Check to see if it's a URL
if (isset($data['url'])) {
$snoopy = new Snoopy();
- $snoopy->fetch($results['url']);
+ $snoopy->fetch($data['url']);
return $snoopy->results;
}