mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
stub out channel mapping
This commit is contained in:
parent
36a0eb43e4
commit
a2dbad16f4
21 changed files with 160 additions and 105 deletions
|
@ -257,9 +257,9 @@
|
|||
});
|
||||
|
||||
if (result.TotalRecordCount) {
|
||||
$('.btnClearLog', page).show();
|
||||
page.querySelector('.btnClearLog').classList.remove('hide');
|
||||
} else {
|
||||
$('.btnClearLog', page).hide();
|
||||
page.querySelector('.btnClearLog').classList.add('hide');
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -312,7 +312,7 @@
|
|||
$('.btnOrganize', page).taskButton({
|
||||
mode: 'on',
|
||||
progressElem: page.querySelector('.organizeProgress'),
|
||||
panel: $('.organizeTaskPanel', page),
|
||||
panel: page.querySelector('.organizeTaskPanel'),
|
||||
taskKey: 'AutoOrganize'
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue