1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

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

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) {