update recording editor

This commit is contained in:
Luke Pulverenti
2016-05-16 01:38:17 -04:00
parent 236922386b
commit 97f2044bc4
17 changed files with 268 additions and 261 deletions
+4 -3
View File
@@ -793,9 +793,10 @@
editTimer: function (id) {
require(['components/recordingeditor/recordingeditor'], function (recordingeditor) {
require(['recordingEditor'], function (recordingEditor) {
recordingeditor.show(id);
var serverId = ApiClient.serverInfo().Id;
recordingEditor.show(id, serverId);
});
},
@@ -3343,7 +3344,7 @@
}
}
elem.html(html).trigger('create');
elem.innerHTML = html;
},
renderPremiereDate: function (elem, item) {