summaryrefslogtreecommitdiff
path: root/www/js/rivendell.rh.js
diff options
context:
space:
mode:
authorPeter Grassberger <petertheone@gmail.com>2016-02-02 19:06:44 (GMT)
committerPeter Grassberger <petertheone@gmail.com>2016-02-02 19:06:44 (GMT)
commit5370b3db0d4b482a61db3b3bd7b6ff88ff0d6dda (patch)
treea323d7f124e385ee2d5ec2462533c70029043e6c /www/js/rivendell.rh.js
parent070becf035f7c1b492cca1213b026563098d7f53 (diff)
musicpools: fix originDatetime and lastPlayDatetime render
Diffstat (limited to 'www/js/rivendell.rh.js')
-rw-r--r--www/js/rivendell.rh.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/rivendell.rh.js b/www/js/rivendell.rh.js
index 8e58d01..a41ccd3 100644
--- a/www/js/rivendell.rh.js
+++ b/www/js/rivendell.rh.js
@@ -53,7 +53,7 @@ Rivendell.Rivendell.prototype.listDropboxes = function(type, success) {
return $.post(this.listDropboxesEndpoint, command, success, 'xml');
};
-// see: https://github.com/ElvishArtisan/rivendell/pull/73
+// see: https://github.com/ElvishArtisan/rivendell/pull/100
Rivendell.Rivendell.prototype.addAndEditCut = function(cartNumber, options, success) {
options.COMMAND = 10;
options.LOGIN_NAME = this.username;