mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update components
This commit is contained in:
parent
7de90af256
commit
c761f8d622
7 changed files with 15 additions and 41 deletions
|
@ -188,7 +188,12 @@
|
|||
|
||||
ApiClient.getSystemInfo().then(function (systemInfo) {
|
||||
|
||||
page.querySelector('.fldSelectEncoderPathType').classList.remove('hide');
|
||||
if (systemInfo.EncoderLocationType == "External") {
|
||||
page.querySelector('.fldSelectEncoderPathType').classList.add('hide');
|
||||
} else {
|
||||
page.querySelector('.fldSelectEncoderPathType').classList.remove('hide');
|
||||
}
|
||||
|
||||
loadPage(page, config, systemInfo);
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue