mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
added cloud sync model objects
This commit is contained in:
parent
640fc18b21
commit
68e7007105
28 changed files with 373 additions and 456 deletions
|
@ -16,9 +16,11 @@
|
|||
|
||||
loadScheduledTask: function (task) {
|
||||
|
||||
Dashboard.setPageTitle(task.Name);
|
||||
var page = $.mobile.activePage;
|
||||
|
||||
$('#pTaskDescription', $.mobile.activePage).html(task.Description);
|
||||
$('.taskName', page).html(task.Name);
|
||||
|
||||
$('#pTaskDescription', page).html(task.Description);
|
||||
|
||||
ScheduledTaskPage.loadTaskTriggers(task);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue