From 3a5a8dad2e8ddc0162496baa3f839651c05b2843 Mon Sep 17 00:00:00 2001 From: Paul 'flowerysong' Arthur Date: Sun, 9 May 2010 19:50:35 +0000 Subject: Some more Art-related cleanup. Removing references to album_data, removing old art methods from Album, etc. Should fix FS#76 --- lib/class/xmldata.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/class/xmldata.class.php') diff --git a/lib/class/xmldata.class.php b/lib/class/xmldata.class.php index 26015f1f..2ce5a8eb 100644 --- a/lib/class/xmldata.class.php +++ b/lib/class/xmldata.class.php @@ -362,7 +362,7 @@ class xmlData { $rating = new Rating($song_id,'song'); - $art_url = Album::get_art_url($song->album,$_REQUEST['auth']); + $art_url = Art::url($song->album, 'album', $_REQUEST['auth']); $string .= "id\">\n" . "\t<![CDATA[$song->title]]>\n" . @@ -450,7 +450,7 @@ class xmlData { $rating = new Rating($song_id,'song'); - $art_url = Album::get_art_url($song->album,$_REQUEST['auth']); + $art_url = Art::url($song->album, 'album', $_REQUEST['auth']); $string .= "id\">\n" . "\t<![CDATA[$song->title]]>\n" . -- cgit