From 296fb051c7cc4453714d3652dfaaaca8190f9adf Mon Sep 17 00:00:00 2001 From: Karl Vollmer Date: Tue, 29 Nov 2011 11:34:33 -0400 Subject: Add mbids and mode to the song xml response --- lib/class/xmldata.class.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/class/xmldata.class.php b/lib/class/xmldata.class.php index 6d6b822f..16178720 100644 --- a/lib/class/xmldata.class.php +++ b/lib/class/xmldata.class.php @@ -448,9 +448,13 @@ class xmlData { "\t\n" . "\t$song->year\n" . "\t$song->bitrate\n". + "\t$song->mode\n". "\t$song->mime\n" . "\tid) . "]]>\n" . - "\t$song->size\n" . + "\t$song->size\n". + "\t$song->mbid\n". + "\t$song->album_mbid\n". + "\t$song->artist_mbid\n". "\t\n" . "\t" . $rating->preciserating . "\n" . "\t" . $rating->rating . "\n" . -- cgit