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:
parent
236922386b
commit
97f2044bc4
17 changed files with 268 additions and 261 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue