summaryrefslogtreecommitdiffstats
path: root/lib/class/xmldata.class.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-11-21 08:44:21 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-11-21 08:44:21 +0000
commit9ded189f8c466838c4a1913126383ee21061e102 (patch)
tree5ca5298f3dbb5dbf30e8e66191112ce6bcc10822 /lib/class/xmldata.class.php
parent8f883bfa4554dd8894eb5236f6f06f7b49ea3225 (diff)
downloadampache-9ded189f8c466838c4a1913126383ee21061e102.tar.gz
ampache-9ded189f8c466838c4a1913126383ee21061e102.tar.bz2
ampache-9ded189f8c466838c4a1913126383ee21061e102.zip
really fixed image, and put in a quick hack on play for api access
Diffstat (limited to 'lib/class/xmldata.class.php')
-rw-r--r--lib/class/xmldata.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/class/xmldata.class.php b/lib/class/xmldata.class.php
index ddce5228..ea5fb9bd 100644
--- a/lib/class/xmldata.class.php
+++ b/lib/class/xmldata.class.php
@@ -187,7 +187,7 @@ class xmlData {
"\t<genre id=\"$song->genre\"><![CDATA[$song->genre]]></genre>\n" .
"\t<track>$song->track</track>\n" .
"\t<time>$song->time</time>\n" .
- "\t<url></url>\n" .
+ "\t<url><![CDATA[" . $song->get_url($_REQUEST['auth']) . "]]></url>\n" .
"</song>\n";
} // end foreach