From adc4e061f4be955e1db8e9a2c51307b90795e699 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Fri, 14 Mar 2008 15:00:28 +0000 Subject: add size to song xml --- lib/class/xmldata.class.php | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/class/xmldata.class.php') 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$song->track\n" . "\t\n" . "\tget_url($_REQUEST['auth']) . "]]>\n" . + "\t$song->size\n" . "\n"; } // end foreach -- cgit