summaryrefslogtreecommitdiff
path: root/www/js/rdxport.js
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2016-02-05 17:58:11 (GMT)
committerChristian Pointner <equinox@helsinki.at>2016-02-05 17:58:11 (GMT)
commit385817c565d49dc9759edb5e23ee0cea5e85df9c (patch)
tree5ab2a52bd86b76aa5312a4498f906c8ff9c8aca3 /www/js/rdxport.js
parent8f3e1153bdc0297038340c0ec559dc622065c232 (diff)
beautify musicpools
Diffstat (limited to 'www/js/rdxport.js')
-rw-r--r--www/js/rdxport.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/www/js/rdxport.js b/www/js/rdxport.js
index 633b89e..91944ac 100644
--- a/www/js/rdxport.js
+++ b/www/js/rdxport.js
@@ -420,6 +420,8 @@ Rivendell.Cart = function(number, title, groupName, group) {
this.xml = arguments[0];
this.number = $('number', this.xml).text();
this.title = $('title', this.xml).text();
+ this.artist = $('artist', this.xml).text();
+ this.album = $('album', this.xml).text();
this.groupName = $('groupName', this.xml).text();
this.group = arguments[1];
} else {