mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update recordings
This commit is contained in:
parent
19b034dae6
commit
535387ecd3
15 changed files with 40 additions and 32 deletions
|
@ -318,8 +318,12 @@ var ScheduledTaskPage = {
|
|||
|
||||
$(document).on('pageinit', "#scheduledTaskPage", function () {
|
||||
|
||||
var page = this;
|
||||
|
||||
$('.addTriggerForm').off('submit', onSubmit).on('submit', onSubmit);
|
||||
|
||||
page.querySelector('.timeFieldExample').innerHTML = Globalize.translate('ValueExample', '1:00 PM');
|
||||
|
||||
}).on('pageshow', "#scheduledTaskPage", function () {
|
||||
|
||||
ScheduledTaskPage.refreshScheduledTask();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue