diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2010-02-05 01:29:20 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2010-02-05 01:29:20 +0000 |
commit | 24761d3863f9d3bd93ca915cb665764ed041ebe4 (patch) | |
tree | 2ff1e79e2d26c8dc6b73638f507962196f26f251 /lib/class/album.class.php | |
parent | 68aca7623155d1a8365e098e1fa738582dd0d1bc (diff) | |
download | ampache-24761d3863f9d3bd93ca915cb665764ed041ebe4.tar.gz ampache-24761d3863f9d3bd93ca915cb665764ed041ebe4.tar.bz2 ampache-24761d3863f9d3bd93ca915cb665764ed041ebe4.zip |
Removed dead xmlrpc files, started work migrating to LastFM v2.0 api
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 20658a3d..6abd8412 100644 --- a/lib/class/album.class.php +++ b/lib/class/album.class.php @@ -385,7 +385,7 @@ class Album extends database_object { debug_event("lastfm", "set Proxy", "5"); $lastfm->setProxy($proxyhost, $proxyport, $proxyuser, $proxypass); } - $raw_data = $lastfm->search($artist,$album); + $raw_data = $lastfm->album_search($artist,$album); if (!count($raw_data)) { return array(); } |