mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-15 07:33:50 +01:00
Disable UPnP by default
This commit is contained in:
parent
1c38983ab4
commit
c78413cf7c
1 changed files with 1 additions and 1 deletions
|
|
@ -254,7 +254,7 @@ namespace MediaBrowser.Model.Configuration
|
|||
AutoRunWebApp = true;
|
||||
EnableRemoteAccess = true;
|
||||
|
||||
EnableUPnP = true;
|
||||
EnableUPnP = false;
|
||||
MinResumePct = 5;
|
||||
MaxResumePct = 90;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue