mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Remove auto port forward options
This commit is contained in:
parent
e0e266d1a6
commit
fb1ef7d905
5 changed files with 4 additions and 27 deletions
|
@ -8,8 +8,7 @@ function save(page) {
|
|||
loading.show();
|
||||
const apiClient = ApiClient;
|
||||
const config = {
|
||||
EnableRemoteAccess: page.querySelector('#chkRemoteAccess').checked,
|
||||
EnableAutomaticPortMapping: page.querySelector('#chkEnableUpnp').checked
|
||||
EnableRemoteAccess: page.querySelector('#chkRemoteAccess').checked
|
||||
};
|
||||
|
||||
apiClient.ajax({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue