mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #1272 from Artiume/patch-2
Toggle off uPnP Port Forwarding as Default for Startup Wizard
This commit is contained in:
commit
5eabb74c80
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="checkboxContainer checkboxContainer-withDescription">
|
<div class="checkboxContainer checkboxContainer-withDescription">
|
||||||
<label>
|
<label>
|
||||||
<input type="checkbox" is="emby-checkbox" id="chkEnableUpnp" checked />
|
<input type="checkbox" is="emby-checkbox" id="chkEnableUpnp" />
|
||||||
<span>${LabelEnableAutomaticPortMap}</span>
|
<span>${LabelEnableAutomaticPortMap}</span>
|
||||||
</label>
|
</label>
|
||||||
<div class="fieldDescription checkboxFieldDescription">${LabelEnableAutomaticPortMapHelp}</div>
|
<div class="fieldDescription checkboxFieldDescription">${LabelEnableAutomaticPortMapHelp}</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue