From d60ba66efd6cf40dfd2bcae8294d5b8da48b3194 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Thu, 19 Nov 2009 00:25:50 +0000 Subject: sync of fix for #554 --- lib/class/xmldata.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/class/xmldata.class.php') diff --git a/lib/class/xmldata.class.php b/lib/class/xmldata.class.php index c1f027be..5b1949cf 100644 --- a/lib/class/xmldata.class.php +++ b/lib/class/xmldata.class.php @@ -188,7 +188,7 @@ class xmlData { "\tname]]>\n" . "\t" . intval($counts['album']) . "\n" . "\t" . intval($counts['artist']) . "\n" . - "\t" . intval($counts['songs']) . "\n" . + "\t" . intval($counts['song']) . "\n" . "\t" . intval($counts['video']) . "\n" . "\t" . intval($count['playlist']) . "\n" . "\t" . intval($count['live_stream']) . "\n" . -- cgit