summaryrefslogtreecommitdiffstats
path: root/lib/class/xmldata.class.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-03-14 15:00:28 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-03-14 15:00:28 +0000
commitadc4e061f4be955e1db8e9a2c51307b90795e699 (patch)
tree7b8fd51029af3681026c71d2ee46472c6fdb6c75 /lib/class/xmldata.class.php
parente99f7c6112a463e51be0aafecdc5189578c7373f (diff)
downloadampache-adc4e061f4be955e1db8e9a2c51307b90795e699.tar.gz
ampache-adc4e061f4be955e1db8e9a2c51307b90795e699.tar.bz2
ampache-adc4e061f4be955e1db8e9a2c51307b90795e699.zip
add size to song xml
Diffstat (limited to 'lib/class/xmldata.class.php')
-rw-r--r--lib/class/xmldata.class.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/class/xmldata.class.php b/lib/class/xmldata.class.php
index a75d6dfc..5c3a6bb4 100644
--- a/lib/class/xmldata.class.php
+++ b/lib/class/xmldata.class.php
@@ -279,6 +279,7 @@ class xmlData {
"\t<track>$song->track</track>\n" .
"\t<time>$song->time</time>\n" .
"\t<url><![CDATA[" . $song->get_url($_REQUEST['auth']) . "]]></url>\n" .
+ "\t<size>$song->size</size>\n" .
"</song>\n";
} // end foreach